![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 阿醜 ![]()
![]() |
在chrome , firfox 下使用都正常 網路上也很多的bug,也都一一的修正。 唯獨... 問題如下: 我第一次,新增圖片,一切正常沒問題。 但,第二次要新圖片時就出現,「我已上傳太多檔案」的錯誤訊息 目前設定 file_upload_limit : 1, file_queue_limit : 1, 已試方式: 網路上說,每一次呼叫 swfupload.swf 時,就給予他不同的參數 reventswfcaching 已設定為亂數 並強制每一次要新增資料時,改html, 也試過使用swfupload 2.5bate 版 還是無解 錯誤ie 版本 9 , 10 , 11 感謝大大的指教 |
1樓 |
它裡面有好幾種語言vb,c#,php....都可以使用
建議您po出您的程式碼,或整個專案,不然很難猜到您哪裡錯喔
本篇文章回覆於2014-02-27 21:40
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
2樓
最有價值解答
香帥 ![]() |
另外請參考
https://code.google.com/p/swfupload/issues/detail?id=266 If you set a value of 5 and the user has uploaded 4 files then only 1 remains and the user is not allowed to queue more than 1 file. Changing the file_upload_limit dynamically does not reset the count. file_upload_limit : 5 的時候,第一次傳送4個,第2次只能再傳送1個 I reload the page after each upload action. Hence the variable gets reset 但若reload the page 就會變數重新計算 雖然不知道您為何要設定1,若設定1個,就用它sample目錄下的範例test.php就好(根本不必用到swfupload) 一般都用demo目錄下的simpledemo次目錄下的index.php 他的設定是 file_upload_limit : 100, file_queue_limit : 0, 此0代表queue沒有限制,但是檔案共限制100個 這樣用起來較為合理
本篇文章回覆於2014-02-28 19:29
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
3樓
作者回應
阿醜 ![]() |
致 香帥
php是沒問題 只是很單純的upload而已 我目前把它設定為file_queue_limit : 0 結果還是相同 而把整個專案po 上來就更難了,因為公司的專案而且不小 = =| 同事也有遇到這個問題,只是沒有去正視它而已......
本篇文章回覆於2014-03-03 09:34
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
回覆 |
如要回應,請先登入. |