i need jquery video file uploader example.so,that i can upload images and delete it dynamically.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as not a real question by Yoshi, forsvarir, Max MacLeod, Servy, Maerlyn Aug 14 '12 at 17:37
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
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. |
|||
|
|