Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
File Upload - PHP script
Name: delr2691 Date: February 23, 2005 at 15:52:00 Pacific OS: Windows XP PRO CPU/Ram: 2.6 Gh / 512 Mb
Comment:
Hi, I'm really needing a php script to upload files into some directory... I need help... thanks...
---------------------- Diego Luces delr_91@hotmail.com
Summary: I can think of a few possible causes... 1. You forgot to set post_max_size, which needs to be greater than max_upload_size. 2. Your script is timing out on larger downloads...Change script timeout t...
Summary: Hi, I am trying to get file uploads in PHP to work properly and I think I may be overlooking something obvious. I'm using MiniApache_PHP. It will let me upload small files (I tried small text files an...
Summary: First, remove all the @ characters from your commands...You shouldn't have those in there when you're developing a script, because they may be suppressing warnings and notices that will be useful in d...