I want to upload files in server folder but while uploading i dont want to refresh aspx page. I mean to say i dont want refresh page while i click on upload button. So how can i do??
Asked
Active
Viewed 1,512 times
-1
-
1Have you tried looking at this question: http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously-with-jquery – Davin Tryon Jun 28 '12 at 14:26
-
@dtryon: I have tried it but not working. – user968441 Jun 28 '12 at 14:28
-
What or how doesn't it work? We can't read your mind. =) – J. Steen Jun 28 '12 at 14:29
-
@J.Steen: You mean to say you dont understand my que?? – user968441 Jun 28 '12 at 14:32
-
[You haven't shown what you've tried and you haven't told us what isn't working](http://www.whathaveyoutried.com). – J. Steen Jun 28 '12 at 14:33
-
@J.Steen: Mr. Steen I have tried that link. [link](http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously-with-jquery) – user968441 Jun 28 '12 at 14:36
1 Answers
3
Take a look at jQuery File Upload, it does exactly what you are looking for.

Bill
- 645
- 3
- 11
-
PHP is just used to demo the function. It's not actually contained in the plugin. – J. Steen Jun 28 '12 at 14:35
-
The examples use php, however you can use it to post files to any server. I use it with ASP.Net MVC. – Bill Jun 28 '12 at 14:35
-
You mean you dont need PHP files while your development which are associated with your link. – user968441 Jun 28 '12 at 14:37