Intersoft WebTextEditor Documentation
Built-in file saving
See Also Send Feedback
Intersoft WebTextEditor > WebFileUploader > Features > Built-in file saving

Glossary Item Box

Unlike standard ASP.NET file upload, WebFileUploader doesn't require you to write codes to save uploaded files. Just set the UploadPath property of the WebFileUploader control and you're all set.

WebFileUploader automatically saves all uploaded files to the specified upload path. Make sure you have configured sufficient security and permission settings for ASP.NET worker process to acess the specified upload path.

You can enter physical path, IIS virtual path, or network path for the upload location. The default upload path is ~/Upload.

See Also

©2013. All Rights Reserved.