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!
hello friends,
i have problem uploading larze files.
i have tried everything, using MAX_FILE_SIZE, changing_max_execution_time,upload_max_filesize,post_max_file_size, but unable to solve.
i uploading process seems to be a never ending process in case of file more than 2 mb, but it works great when uploading small files.
any help?
thnx.
Using ini_set() will have no affect on them, outside of maximum execution time for that script instance. Use an .htaccess or your web server's equivalent to alter the settings for php.