fife Posted December 25, 2010 Share Posted December 25, 2010 Hi and Merry Christmas to all Right I am looking for an image uploading script that as well as uploads images to a folder but also stores its name in a sql database. Does anybody know of any good scripts? There seems to be loads of them an I dont know which is best! Thank you Link to comment https://forums.phpfreaks.com/topic/222641-file-upload/ Share on other sites More sharing options...
requinix Posted December 25, 2010 Share Posted December 25, 2010 The best one is the one you write for yourself. Have fun finding a script that does everything you need and exactly the way you need it. Never heard of that happening, but there's always a first. Link to comment https://forums.phpfreaks.com/topic/222641-file-upload/#findComment-1151395 Share on other sites More sharing options...
the182guy Posted December 25, 2010 Share Posted December 25, 2010 Image upload is very simple, all it is, is using a <input type="file" /> then using move_uploaded_file() Look for a simple upload script and just add the MySQL insert to it, to store the image filename in db. Link to comment https://forums.phpfreaks.com/topic/222641-file-upload/#findComment-1151404 Share on other sites More sharing options...
RyanMinor Posted December 27, 2010 Share Posted December 27, 2010 Send me an email ([email protected]) and I will send you one that I have. Link to comment https://forums.phpfreaks.com/topic/222641-file-upload/#findComment-1151873 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.