PDA

View Full Version : Ajax multiple file upload with thumbnails


deyans
05-27-2010, 09:49 AM
Hi guys,

I am developing a website and like to have a multiple images upload with thumbnails function - similar as (see the 8 empty thumbnails in the form) http://www.trade-it.co.uk/ads/new/placement/description/category-8933/.

I tried to find such script but no luck.
Does anybody know what script has been used and where can I find/buy it?

Thanks a lot.
D.

adolfhitler
05-30-2010, 10:38 AM
@deyans: hey men... you posted-->"multiple images upload " ...by the way
do you know how to INSERT MULTIPLE row in mysql using AJAX????

kizzie33
06-06-2010, 08:47 PM
the way everyone else does it include ebay, youtube, and the big names. Iframes becuase ajax cant do files. have you form input then target a iframe.
1 iframe per image
And for the multipal rows thing just run the INSERT command twice ?
ergo 2 rows or put it into a array
and in php run foreach command