cuongvt Posted October 29, 2008 Share Posted October 29, 2008 technically can I store flash file into Mysql DB using PHP? what point should I pay attention for that? Thank you Link to comment https://forums.phpfreaks.com/topic/130552-newbie-can-i-store-flash-file-into-mysql-db/ Share on other sites More sharing options...
Mchl Posted October 29, 2008 Share Posted October 29, 2008 You can store any file on MySQL. Column format for this is BLOB (Binary Large OBject, or the human devouring thing from space). The question is, whether you SHOULD do it as there are both advantages and disadvantages to this. See SQL antipatterns presentation for some insight. Link to comment https://forums.phpfreaks.com/topic/130552-newbie-can-i-store-flash-file-into-mysql-db/#findComment-677342 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.