need jquery video file uploader example

user601367 picture user601367 · Apr 8, 2011 · Viewed 7.9k times · Source

i need jquery video file uploader example.so,that i can upload images and delete it dynamically.

Answer

Shyju picture Shyju · Apr 8, 2011

There are couple of good jQuery plugins.

http://www.uploadify.com/demos/

http://www.webdeveloperjuice.com/2010/02/13/7-trusted-ajax-file-upload-plugins-using-jquery/

http://www.fyneworks.com/jquery/multiple-file-upload/

However you need a server side page(ASP / PHP/ ASP.NET etc...) to accept the http request(which comes from this jquery plugin) and save the file to hard disk /save an entry in your table about the uploaded files.