Re: [PHP] max upload size

2004-06-24 Thread raditha dissanayake
Please do not send html email to any mailing list. max upload is not the only setting, for a complete list of settings that you have to edit please see http://www.radinks.com/upload/config.php FTP with PHP is not a solution either because the file still has to be uploaded. You might want to look

[PHP] max upload size

2004-06-24 Thread me2resh
hi there i am trying to make a script to upload files to a specific directory on my server i already made it but there is a problem with max file size, i want to upload files with sizes up to 500 MB i know that the only solution for this is to use FTP client embeded on the page can anyone te