Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to make file upload process faster. But I cannot get any help from any forum or google alos. Everybody is answering me to how to upload file, but I want to decrease the upload time as much as possible. So please help me
Posted
Comments
Sergey Alexandrovich Kryukov 7-Aug-13 2:58am    
To start with, please stop posting non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership. And the fact you even self-accepted some formally is just outrageous, a sure way for a ban. I hope you won't do it after this warning.

Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA
Sergey Alexandrovich Kryukov 7-Aug-13 2:59am    
As to your problem: to make anything faster, one would need to see why existing solution too slow. It cannot be slow by itself, it means something is wrong, otherwise it's already the fastest (and maybe the bottleneck is somewhere else). Isn't it logical?
—SA
ridoy 7-Aug-13 3:34am    
one possible way would be to shrink uploaded file size.
Maarten Kools 7-Aug-13 4:41am    
You should really post some code, about how you're handling the file upload right now.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900