Getting uploadify to work |
[eluser]Unknown[/eluser]
[quote author="TMK" date="1264183995"]Ok, I the uploadify for CI posted by pickupman from here: http://www.reloadedpc.com/code-igniter/j...deigniter/, and after I copy files to my CI directory, i tried the demo (http://mycipath.com/index.php/upload), and i get sevral errors: Code: A PHP Error was encountered I suppose the problem is with json (i am using clean CI installation) Can you help me? What is wrong? Thanks! TMK[/quote] I'm having the same problem but I cant seem to fix it. Anybody know a solution?
[eluser]bluepicaso[/eluser]
Any help on large sized file uploads. I'm not able to upload files with 10mb or so EDIT I was able to do that by adding ini_set('max_upload_size') to the uploadify.php ;-)
[eluser]bluepicaso[/eluser]
check your folder permissions. also check if the folder exixts.. track the folder path where you are saving your path. best of luck
[eluser]bluepicaso[/eluser]
get your files from http://www.reloadedpc.com/code-igniter/j...deigniter/ to get the codeigniter version. Once you are done with the setup let me know
[eluser]malkabani[/eluser]
i get the code from http://www.reloadedpc.com/code-igniter/j...deigniter/ and run it in my local It appeared that the json_decode does not exist And you have to download the JSON Library from http://codeigniter.com/wiki/File:JSON_Library.zip/ When a file is chosen to be downloading I have a message appear error IO: undefined
[eluser]InsiteFX[/eluser]
PHP 5.2.0 or higher comes bundled with the JSON functions. Prior to 5.2.0 the PECL extension needs to be installed. So you are running a PHP version below PHP 5.2.0 InsiteFX
|
Welcome Guest, Not a member yet? Register Sign In |