Clinton Posted January 8, 2009 Share Posted January 8, 2009 Hey folks, I've read plenty of information on uploading images into MYSQL but I also ran into an article that said storing images into MySQL can result in headaches down the road if you have tons of people who all have logos. From what I gathered there is a way that one could upload the image onto the actual server and just save the location with MySQL. If this is possible which option do you recommend? And if you recommend saving it on the server and recalling the location do you know where there's any tutorials on how to do such a thing? I've been looking but no joy. Thanks, Link to comment https://forums.phpfreaks.com/topic/140019-solved-image-storage-recommendations/ Share on other sites More sharing options...
robb73 Posted January 8, 2009 Share Posted January 8, 2009 Upload the file to the server and record details in the DB. http://uk3.php.net/manual/en/features.file-upload.post-method.php Link to comment https://forums.phpfreaks.com/topic/140019-solved-image-storage-recommendations/#findComment-732569 Share on other sites More sharing options...
Clinton Posted January 8, 2009 Author Share Posted January 8, 2009 Ok, I guess I'll go that route. I'm sure I'll be needing help with script here in a few. :-) Link to comment https://forums.phpfreaks.com/topic/140019-solved-image-storage-recommendations/#findComment-732581 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.