i want to implement the simple file upload without flash.. and single file, but with jquery, there should not be any postbacks…
can anyone suggest some jquery code for uploading file to the server.
thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you are only trying to upload a single file, I would use the upload control and then use a JQuery progress bar like one of the controls here:
http://dj.codeplex.com/
If you use the extender and updatepanel, there will be no postbacks.