百度編輯器 Ueditor 上傳圖片時開啟檔案夾的延遲問題,點擊上傳圖片彈窗開啟慢問題

來源:互聯網
上載者:User

標籤:title   space   add   針對   extension   上傳圖片   上傳   cell   class   

在使用 ueditor 開發時, 作為一個web文字編輯器使用時。 當點擊上傳圖片時, 檔案夾要延遲好久才能開啟。

解決:

針對多圖片上傳, 將/ueditor/dialogs/image/image.js 檔案下的以下代碼

12345 accept: {                    title: ‘Images‘,                    extensions: acceptExtensions,                    mimeTypes: ‘image/*‘                },

改為:

12345 accept: {                    title: ‘Images‘,                    extensions: acceptExtensions,                    mimeTypes: ‘image/gif,image/jpeg,image/png,image/jpg,image/bmp‘                },


針對單圖片上傳, 將/ueditor/ueditor.all.js or /ueditor.all.min.js (根據自己引用的檔案來確定) 檔案下的以下代碼

1 accept="image/*"

改為:

1 accept="image/gif,image/jpeg,image/png,image/jpg,image/bmp"

百度編輯器 Ueditor 上傳圖片時開啟檔案夾的延遲問題,點擊上傳圖片彈窗開啟慢問題

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.