CodeIgniter Forums
Plupload error and answer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Plupload error and answer (/showthread.php?tid=74418)



Plupload error and answer - pippuccio76 - 09-20-2019

HI , sorry for english , i have several answer to do ....

I must crete a project where the user can uploade large file (4/500 Mb) , the user mast be no more than 20 .

Finding on internet i found plupload and this :

https://github.com/abhishekb91/codeigniter-plupload-chunk-upload

Installed on a server online , i have 2 problem :

in chrome i have this problem :

Code:
Disallowed Key Characters.

I print the string and i have :

Code:
Disallowed Key Characters._ga



In firefox i can see the page to upload  but when i try to upload file (1.5 mb) i have this error:

Code:
Error #-200: HTTP Error.


How can i solve this problem ?


RE: Plupload error and answer - php_rocs - 09-20-2019

@pippuccio76,

Maybe this link can assist you...https://codeigniter.com/user_guide/libraries/file_uploading.html?highlight=upload#file-uploading-class


RE: Plupload error and answer - pippuccio76 - 09-20-2019

(09-20-2019, 08:50 PM)php_rocs Wrote: @pippuccio76,

Maybe this link can assist you...https://codeigniter.com/user_guide/libraries/file_uploading.html?highlight=upload#file-uploading-class

I must upload very big file , whit the standard library its not possible


RE: Plupload error and answer - InsiteFX - 09-21-2019

The upload class will upload your files, but you need to change these two settings in php.ini

Code:
upload_max_filesize = 128M
post_max_size = 128M



RE: Plupload error and answer - Paradinight - 09-21-2019

(09-20-2019, 11:27 PM)pippuccio76 Wrote:
(09-20-2019, 08:50 PM)php_rocs Wrote: @pippuccio76,

Maybe this link can assist you...https://codeigniter.com/user_guide/libraries/file_uploading.html?highlight=upload#file-uploading-class

I must upload very big file , whit the standard library its not possible

Many years ago I used the library for a project. Can you give a simple code example? And check the error log