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.
PHP Upload Problem.
Name: CyB3R Date: September 2, 2004 at 21:38:11 Pacific OS: RH Linux 8.0 CPU/Ram: P2 266Mhz - 64Mb ECC EDO
Comment:
Hi, im having a problem with my php.ini (i guess) the problem is i installed a File manager, is like a FTP Service but via web. The problem i have is that i cant upload files larger than 2Mb. I was watching the php.ini and there is a call "upload_max_size" or something like that, and it says 2M i changed it to 10M just to make a test, restarted the pc and nothing.. it keeps limiting me at 2M.. any ideas?! U will save my life! hehe.. tnx
Summary: Ok, i am tryin to create a simple uploads form. Here is the error i keep getting: "Warning: copy(C:\Uploads): failed to open stream: Permission denied in C:\Program Files\Abyss Web Server\htdocs\FileU...
Summary: If anyone could help me out that would be great! I try upload files with regular form: "form enctype=multipart/form-data action=upload.php method=post" "input type=file name=userfile"... but when i cl...
Summary: Hi, I installed MySQL and PHP for my Apache server. I wanted to make a test php page for retrieving data from the MySQL database. Here is my PHP script: <html> <head><title> How to Grab your ...