i have to use the jquery file upload plugin from this link. What I am looking for is some basic syntax to call this plugin, perform start, upload, delete etc. operations. The wiki is not very helpful which is why i am posting this question here. Please help.
-
What is teh Backend you use? There are HowTos for serveral Frameworks like Zend/Symfony etc.tt.Andresch Serj– Andresch Serj2012-08-22 12:05:09 +00:00Commented Aug 22, 2012 at 12:05
-
Are you asking about how to configure the HTML page to do these operations, or how to handle these operations on the backend?Tony Abou-Assaleh– Tony Abou-Assaleh2012-09-04 16:24:52 +00:00Commented Sep 4, 2012 at 16:24
Add a comment
|
1 Answer
Have you looked at their documentation page? Yes the jquery page is light on details, but you can find much more information here.
1 Comment
user583126
Yes, I have gone through the documentation but it doesn't have what i am looking for!