CANNOT UPLOAD FILES

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

sxgomezf
Forum Newbie
Posts: 9
Joined: Mon Oct 01, 2007 3:48 pm

Post by sxgomezf »

Thanks feyd no prob. This is my new output using upload_tmp_dir.

'D:\\uploadtemp' is drw-

That's the directory I created to store the temporary files.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Is this on a different drive than your upload script?

I vaguely remember reading somewhere that when accessing different drives on windows, that the permissions on directories act kind of whacky.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
sxgomezf
Forum Newbie
Posts: 9
Joined: Mon Oct 01, 2007 3:48 pm

Post by sxgomezf »

No, they are on the same drive. I upload a big number of files through this application so I created a virtual directory in a different partition (D). This was working well, don't understand why is not working now.
Post Reply