HI which one is better :performance basis if i'm trying file upload
1.storing images in database and then displaying 2.storing in filesystem and then displaying
ThanXs
I believe most people would recommend storing the image file in a directory, and its corresponding URL in the database....
<#include disclaimer.h>
the MySQL manual recommends AGAINST storing images in MySQL. Course that's just MySQL... no idea what you're using...
Store images in the filesystem where they belong, it will almost always use less resources on your server.