FileElement AddFile Method C# API
Overload List

  NameDescription
Public methodAddFile(String, String)
Adds a file to the list of files to upload. It will be uploaded when the Form which contains this FileElement is sent to the web server.
Public methodAddFile(String, String, String)
Adds a file to the list of files to upload. It will be uploaded when the Form which contains this FileElement is sent to the web server.
Public methodAddFile(String, String, String, String)
Adds a file to the list of files to upload. It will be uploaded when the Form which contains this FileElement is sent to the web server.
Back to Top
See Also