Hi, image crud work fine, but i like update fine-uploader to 3.4, if i put the file and load, imagecrud don't work.
It's possible this update?
Thanks
PS. excuse me for my English
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 12 April 2013 - 17:04 PM
Hi, image crud work fine, but i like update fine-uploader to 3.4, if i put the file and load, imagecrud don't work.
It's possible this update?
Thanks
PS. excuse me for my English
Posted 15 April 2013 - 10:35 AM
Hello and welcome to the forums.
I will check what happens with the update and I will let you know.
Posted 08 May 2013 - 15:45 PM
Hi David,
Have you been working on the fine-uploader update yet?
Posted 08 May 2013 - 21:12 PM
I'm sorry I haven't! No time to work on this issue, sorry :(
Posted 09 May 2013 - 08:53 AM
Ok thank.
Done! work with the fine-uploader 3.5.
My steps:
1.- Download in http://fineuploader.com/download-fine-uploader.html the "No Dependency" version
2.- change set_js with fineuploader-3.5.0.js $this->set_js('/js/fineuploader/fineuploader-3.5.0.js');
3.- change 1 line in image_crud.php
original $old_file_name = $this->_convert_foreign_characters($_GET['qqfile']);
new version $old_file_name = $this->_convert_foreign_characters($_FILES['qqfile']['name']);
Posted 09 May 2013 - 11:01 AM
Thank you for the feedback!
Posted 12 May 2013 - 09:31 AM
Hello guys, now fine-uploader 3.5 is included at the latest development version of image CRUD.