ankur0101 Posted December 7, 2008 Share Posted December 7, 2008 Hi friends, I would like to know how can i store the file in mySQL ? I have seen many sites where download link goes to >> http://www.site.com/download.php?id=2556 Is the file is uploaded with php form and stored in database ? How to do that ? Please can anybody help me ? Quote Link to comment https://forums.phpfreaks.com/topic/135905-how-to-store-file-exe-or-zip-or-rar-in-mysql/ Share on other sites More sharing options...
JasonLewis Posted December 7, 2008 Share Posted December 7, 2008 It's probably stored on the website, then given a unique ID and url that are stored in the database. Then these values are just retrieved from the database so that the file can be retrieved when the user calls for its unique ID. Quote Link to comment https://forums.phpfreaks.com/topic/135905-how-to-store-file-exe-or-zip-or-rar-in-mysql/#findComment-708455 Share on other sites More sharing options...
ankur0101 Posted December 7, 2008 Author Share Posted December 7, 2008 but how to do that ? Quote Link to comment https://forums.phpfreaks.com/topic/135905-how-to-store-file-exe-or-zip-or-rar-in-mysql/#findComment-708464 Share on other sites More sharing options...
fenway Posted December 8, 2008 Share Posted December 8, 2008 but how to do that ? Do what? Storing strings in a db isn't an issue. Quote Link to comment https://forums.phpfreaks.com/topic/135905-how-to-store-file-exe-or-zip-or-rar-in-mysql/#findComment-708934 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.