0
我已經使用codeigniter和jquery uploadify爲我的圖片庫。它在我的本地主機上正常工作。我的問題是當我上傳到服務器。codeigniter和jquery uploadify
任何幫助將不勝感激。
在此先感謝
的錯誤是:
我的項目'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>'
根(codeiguploadify)
這裏是鏈接 http://webberzsoft.com/clients/codeiguploadify/
我已經嘗試過改變我文件夾放到'文件夾'中:'clients/codeiguploadify/uploads',但仍然沒有工作。
<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
});
});