I have the uploading part working
I have upload/php/config.php set to:
// Path to uploaded files relative to the document root.
$Config['UserFilesPath'] = '/newsimages/' ;
but for some reason it's messing up the URL so that it doesn't show up when I view the posted data.
When I view the input area the image is there. But once I hit submit it changes the URL to: http://www.mysite.org/admin/articles/%5 ... uiltback(1).jpg%5C%22
The first part (http://www.mysite.org/admin/articles/) is where the input form is ...
Any suggestions?
Sat, 08/13/2005 - 08:00
#1