Page 2 of 3
Posted: Sun Feb 15, 2004 12:23 am
by mikegotnaild
ok
Posted: Sun Feb 15, 2004 12:25 am
by mikegotnaild
k. trying it
Posted: Sun Feb 15, 2004 12:27 am
by mikegotnaild
So if this works it was most likely because of the uploads directory thing?
Posted: Sun Feb 15, 2004 12:28 am
by markl999
Well, it's a start if it does work

Means the upload code is good and anything else that goes wrong is down to surrounding code.
Posted: Sun Feb 15, 2004 12:28 am
by mikegotnaild
Theres no errors but there is also no files in the upload folder
Posted: Sun Feb 15, 2004 12:32 am
by markl999
ok, lets check the paths are ok..
do an echo $_SERVER['DOCUMENT_ROOT'].'/localmm/upload/';
then whatever that echo's check that directory exists and is writable by the web server.
Posted: Sun Feb 15, 2004 12:33 am
by mikegotnaild
in any file?
Posted: Sun Feb 15, 2004 12:34 am
by markl999
Yes
Posted: Sun Feb 15, 2004 12:37 am
by mikegotnaild
for some reason the files i uploaded just now are showing up in the folder now. after i did the echo
Posted: Sun Feb 15, 2004 12:38 am
by markl999
Does that mean it works ok now? (even without the echo? )
Posted: Sun Feb 15, 2004 12:38 am
by mikegotnaild
this happened once before
Posted: Sun Feb 15, 2004 12:38 am
by mikegotnaild
Ill try uploading 2 more files and see if they show up.
Posted: Sun Feb 15, 2004 12:40 am
by mikegotnaild
YEP!! they are showing now.
Posted: Sun Feb 15, 2004 12:41 am
by markl999
Yay! Praise the Gods!!!!!!
Posted: Sun Feb 15, 2004 12:41 am
by mikegotnaild
YES!! Thank you very much for taking so much time with me.