Quote:
Originally Posted by Erwin
Are you able to make it so that the files are not in the database but in the filesystem? 
|
I'm trying to figure out an easy way to do that, but the way i was trying still kept the image in the database. I was just going to use $_SERVER['REQUEST_URI'] to get the full request URI including the userid Then in .htaccess you make the no-extention file sigs be a php file:
<Files sigs>
ForceType application/x-httpd-php
</Files>
And everyone sigs will point to,
www.yoursite.com/forums/sigs/1
1 being the userid.
I you can figure out how we can do it to upload to a specific directory that would be great, cause i know you have a huge site, and you need to access the database as less as possilbly.