Jump to content

HOW TO UPLOAD FILES OVER 15MB :D?


qteks200

Recommended Posts

Hello,

Well I need to upload some files, with out ftp and only with File Input (HTML INPUT). I simply use php upload script, and it work for files up to  2 or 3 MB, but It cant even upload files over 4MB.

Please help me solve this problem.

also I have to say:

 

1) I set php.ini MAXIMUM_UPLOAD_SIZE to 200M

2) I have two solutions:

    a) read data using client-side codes like JS and split, send each part and then combine it on server

    b) create a TCP connection and then send file, but also it need a client-side application so users must install some plug-ins and it's not good!

 

 

PLEASE OFFER ME YOUR EFFICIENT TECHNIQUES FOR UPLOADING FILES OVER 15MB USING PHP,

 

thanks a lot!

 

Link to comment
https://forums.phpfreaks.com/topic/82951-how-to-upload-files-over-15mb-d/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.