-
Notifications
You must be signed in to change notification settings - Fork 10
Home
sergiyd edited this page May 21, 2014
·
1 revision
Welcome to the jQuery-File-Upload_ASP.NET-Upload-Handler wiki!
- ServerRoot folder with files lays at server directory, FILES_PATH must be specified as relative path, for example: FILES_PATH = @"/files", then direct download link will be http://somehost/**files**/uploaded_file.tmp //NOT RECOMMENDED
- HandlerRoot folder with files lays at handler directory, FILES_PATH must be specified as relative path, for example: FILES_PATH = @"/files", then direct download link will be http://somehost/**server/asp_net/files**/uploaded_file.tmp // NOT RECOMMENDED
- Absolute folder with files lays anywhere, FILES_PATH must be specified as absolute path, for example: FILES_PATH = @"c:\temp\uploader", then parameterized download link will be http://somehost/server/asp_net/UploadHandler_X_0.aspx?file=uploaded_file.tmp // PREFERRED