hello,
i m using linux 8 and php 4.3.
when i try to upload a file using $_FILES[][] i got nothing on server side.I dont get any error but also file name type ets are empty then i try to upload using old fileup_name then its start working plz tell me whats the problem.
And also i cant upload file more then 500KB. plz help
i have set following in php.ini
<?php
ini_set("memory_limit", "256M"); // M = megabytes
ini_set("max_execution_time", "90000"); // the number is in seconds
ini_set("upload_max_filesize", "1000M"); // M = megabytes
?>
file upload problem
Moderator: General Moderators