Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 07, 2012 07:34 PM by S4NDERR
0 Points
2 Posts
Aug 07, 2012 06:09 AM|LINK
I am trying to use file upload control in Ajax form. But I can't get file in HttpPostedFileBase in controller action. Is it possible to use file upload in Ajax form?
Contributor
2274 Points
494 Posts
Aug 07, 2012 08:12 AM|LINK
here you can use jquery file upload
you can use this
http://blueimp.github.com/jQuery-File-Upload/
Participant
1916 Points
435 Posts
Aug 07, 2012 08:14 AM|LINK
it is possible but not in all browsers. no crossbrowser support on this yet
Star
14392 Points
2447 Posts
Aug 07, 2012 08:49 AM|LINK
Hi,
check this post, it may help u:
http://rajudasa.blogspot.in/2012/02/file-uploading-using-ajax-on-html5.html
Member
169 Points
41 Posts
Aug 07, 2012 07:34 PM|LINK
Hi, I searched for this myself two weeks ago.
It is a real pain to do without flash if you want a cross browser solution. I ended up simulating an ajax post with regular submits using iframes.
If you do not mind using flash based plugins, I can only recommend searching a good one and ending the pain!
Good luck!
ChiragPatelI...
0 Points
2 Posts
How to use file upload in Ajax form?
Aug 07, 2012 06:09 AM|LINK
I am trying to use file upload control in Ajax form. But I can't get file in HttpPostedFileBase in controller action. Is it possible to use file upload in Ajax form?
megh1207
Contributor
2274 Points
494 Posts
Re: How to use file upload in Ajax form?
Aug 07, 2012 08:12 AM|LINK
here you can use jquery file upload
you can use this
http://blueimp.github.com/jQuery-File-Upload/
sp00k
Participant
1916 Points
435 Posts
Re: How to use file upload in Ajax form?
Aug 07, 2012 08:14 AM|LINK
it is possible but not in all browsers. no crossbrowser support on this yet
raju dasa
Star
14392 Points
2447 Posts
Re: How to use file upload in Ajax form?
Aug 07, 2012 08:49 AM|LINK
Hi,
check this post, it may help u:
http://rajudasa.blogspot.in/2012/02/file-uploading-using-ajax-on-html5.html
rajudasa.blogspot.com || blog@opera
S4NDERR
Member
169 Points
41 Posts
Re: How to use file upload in Ajax form?
Aug 07, 2012 07:34 PM|LINK
Hi, I searched for this myself two weeks ago.
It is a real pain to do without flash if you want a cross browser solution. I ended up simulating an ajax post with regular submits using iframes.
If you do not mind using flash based plugins, I can only recommend searching a good one and ending the pain!
Good luck!