locked
What is the best practices method of uploading multiple files to a web server by a user? RRS feed

  • Question

  • User-858993849 posted

    I know I can use the asp.net fileUpload control to upload files. I see that html5 "file" has built-in capabilities as well. I am looking for the best practices method of doing it and interested in others opinions.

    Sunday, January 25, 2015 3:04 PM

Answers

All replies

  • User2103319870 posted

    JAYHAWKER

    I can use the asp.net fileUpload control to upload files.

    If you are uploading files with FileUpload Inside Ajax UpdatePanel, Upload fails because few controls doesn't work with Ajax Partial postbacks.

    Use the asyncfileupload extender from the Ajax control toolkit instead of asp FileUpload control which will work with updatepanel also.

    Sunday, January 25, 2015 4:06 PM
  • User1918509225 posted

    Hi JAYHAWKER,

    For your issue ,please try the demo which are written by html5  built-in upload file :

    http://www.script-tutorials.com/pure-html5-file-upload/

    Best Regards,

    Kevin Shen.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, January 26, 2015 4:30 AM