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 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. 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
Archived
This topic is now archived and is closed to further replies.