rascle Posted April 26, 2009 Share Posted April 26, 2009 Hi i have a .swf file and i want to upload it to my mySQL document. how would i go about doing this or does anyone know a good tutorial i can use. Thanks -Rhys Quote Link to comment https://forums.phpfreaks.com/topic/155709-swf-file-to-mysql-database/ Share on other sites More sharing options...
premiso Posted April 26, 2009 Share Posted April 26, 2009 You would need to setup a BLOB type in the MySQL DB to store the actual file in. However, I would suggest against storing the actual .swf in the database and just reference the filename from the database. Quote Link to comment https://forums.phpfreaks.com/topic/155709-swf-file-to-mysql-database/#findComment-819587 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.