Search found 5 matches

by awdio
Sat Oct 28, 2006 2:13 pm
Forum: PHP - Code
Topic: Question about PHP upload page
Replies: 9
Views: 905

I checked them all. Set to 777. Tried the form last night, didn't work. Today it worked!!! What?! Does this mean it takes some amount of time for it to work after permissions are changed? I just dont understand. Thanks for your help because I wouldn't of known to do this without your suggestion.
by awdio
Fri Oct 27, 2006 10:00 pm
Forum: PHP - Code
Topic: Question about PHP upload page
Replies: 9
Views: 905

777
by awdio
Fri Oct 27, 2006 9:04 pm
Forum: PHP - Code
Topic: Question about PHP upload page
Replies: 9
Views: 905

Alright, thanks. This is what I get: /home/vectors/public_html/fullScreen/uploads/Buzzy Beetle.gif Warning: move_uploaded_file(uploads/Buzzy Beetle.gif): failed to open stream: Permission denied in /home/vectors/public_html/fullScreen/uploader.php on line 14 Warning: move_uploaded_file(): Unable to ...
by awdio
Fri Oct 27, 2006 8:20 pm
Forum: PHP - Code
Topic: Question about PHP upload page
Replies: 9
Views: 905

Sorry I wish I knew the terminology, but I don't understand what you mean by "set". Is what you mean by set is when you set what $target_path equals? For exaple on 10: $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); Or is it here: if(move_uploaded_file($_FILES['up...
by awdio
Fri Oct 27, 2006 5:45 pm
Forum: PHP - Code
Topic: Question about PHP upload page
Replies: 9
Views: 905

Question about PHP upload page

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I'm tryin...