Welcome Guest, Not a member yet? Register   Sign In
Plupload error and answer
#1

(This post was last modified: 09-20-2019, 12:27 PM by pippuccio76.)

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/codeignit...unk-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 ?
Reply
#2

@pippuccio76,

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

(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
Reply
#4

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
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

(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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB