hello huys how r u ?
my question is that, how to select multi files using fileupload control in asp.net ?? and or any other example about AjaxFileUpload control in ajax control toolkit ??
Reply soon
Thanks ...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Aug 29, 2012, 8:03 AM
I have check it. it work fine for me.
but kindly check base location bydefault it is c:\temp if temp folder is not exist in c drive then it might error comes.
ALSO check right on this folder....ASPNET user must have right for writing file.
So create folder on c: drive or chave location.
hope this will help you.
Faisal AnsariPosted Aug 29, 2012, 5:44 AM
Jignesh TrivediPosted Aug 26, 2012, 11:31 PM
File upload control is not support multiple file upload. but you can do this using thrid party control.
please refer...
http://ajaxuploader.com/
http://www.codeproject.com/Articles/3270/Upload-multiple-files-Hotmail-style
hope this will help you.
Sukesh MarlaPosted Aug 26, 2012, 2:39 PM
http://blueimp.github.com/jQuery-File-Upload/
Follow above link, it may help.
Check this is correct answer if it helped.