uploaded file nonexistent

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

Post Reply
jl-g
Forum Newbie
Posts: 2
Joined: Sat Feb 27, 2010 4:10 pm

uploaded file nonexistent

Post by jl-g »

Hi,

I have set file uploads following the example set in the manual (through POST), but after what seems to be a successful upload, files fail to appear in the server. The action script is a plain move_uploaded_file().

What's going on?
jl-g
Forum Newbie
Posts: 2
Joined: Sat Feb 27, 2010 4:10 pm

Re: uploaded file nonexistent

Post by jl-g »

Hi,

I solved the problem. The output directory just didn't have the write permission.
Post Reply