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 Quote 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. Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/222641-file-upload/#findComment-1151873 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.