C# 클래스 SobekCM.Library.Helpers.UploadiFive.UploadiFive

Class is used to write the upload HTML element and the script necessary for all the UploadiFive options
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Add_To_Stream ( TextWriter Output ) : void

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter

HTML_To_Write ( ) : string

Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options

UploadiFive ( ) : System

Constructor for a new instance of the UploadiFive class

메소드 상세

Add_To_Stream() 공개 메소드

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter
public Add_To_Stream ( TextWriter Output ) : void
Output System.IO.TextWriter Writer to write to the stream
리턴 void

HTML_To_Write() 공개 메소드

Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options
public HTML_To_Write ( ) : string
리턴 string

UploadiFive() 공개 메소드

Constructor for a new instance of the UploadiFive class
public UploadiFive ( ) : System
리턴 System