javascript - keep file order using jquery file upload -
i looking @ upload script here:
http://demo.tutorialzine.com/2013/05/mini-ajax-file-upload-form/
it using jquery file upload upload multiple files @ once. know how pass order of files selected upload.php script. ie. if have 1.jpg, 2.jpg, 3.jpg, 4.jpg, , 4 finishes uploading first, can upload.php receive variable tells it 4th image selected? jquery file upload have way of adding order form action perhaps?
thanks in advance.
it should automatically upload , read data in order received once hits upload.php layer. make sure upload files in order want them.
Comments
Post a Comment