I have enabled the Upload Module [Core-Optional] in drupal 6-13, and after some tweaks to the settings.php to get around 1MB size limit, was able to upload files.
This seemed to be working OK for a few days.
I made the site available to the WWW for a demo by placing in DMZ in local network and through some reverse proxy rules exposed the site under our domain name.
The issue I seem to be having now is that when I attempt to view one of the Uploaded files, the URL is not picking up the domain name as all of the other drupal pages and links are.
Ex.
www.example.com/drupal/node1 works, but the URL for the uploaded file is 192.168.0.3/somepath/filename.pdf
Shouldn't the URL for the uploaded files be relative?
Comments
Comment #1
mchip22 commentedUpon further inspection - believe this is a url re-write issue and not a drupal issue.
closing.