hi to all
I have using codeigniter and jquery uploadify for my image gallery. It works fine in my localhost. My problem is when I uploaded into the server.
Any help would highly appreciated.
Thanks in advance
the error is:
'Data Loaded: <p>The path to the image is not correct.</p><p>Your server does not support the GD function required to process this type of image.</p>'
root of my project is (codeiguploadify)
here is the link http://webberzsoft.com/clients/codeiguploadify/
I already tried to change my folder into 'folder' : 'clients/codeiguploadify/uploads', but still doestn't work.
<script type="text/javascript">
$(document).ready(function() {
$("#fileInput2").uploadify({
'uploader' : 'flash/uploadify.swf',
'script' : 'uploadify/uploadify.php',
'cancelImg' : 'flash/cancel.png',
'folder' : 'uploads',
'multi' : true
});
});