FineUploader / fine-uploader

Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
https://fineuploader.com
MIT License
8.18k stars 1.87k forks source link

Refused to apply style from ...fine-uploader-gallery.css because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enable #2054

Closed alexxmed closed 6 years ago

alexxmed commented 6 years ago

Type of issue

Uploader type

Note: Support requests cannot be accepted due to lack of time.

Bug Report #### Fine Uploader version {example: 5.5.1} #### Browsers where the bug is reproducible {example: "Firefox" and "IE11"} Chrome, Firefox #### Operating systems where the bug is reproducible {example: "iOS 9.1.0" and "Windows 8.1"} Ubuntu Linux 18.04 #### Exact steps required to reproduce the issue For example: 1. Select 3 files 2. Pause the 2nd file before it completes, but after it has started. 3. Attempt to resume the paused file. #### All relevant Fine Uploader-related code that you have written {simply copy and paste the JS used to control Fine Uploader browsers-ide} {also include your template HTML if related to a UI issue} #### Your Fine Uploader template markup (if using Fine Uploader UI and the issue is UI-related) {simply copy and paste your template markup} #### Detailed explanation of the problem {describe the bug here}
Feature Request #### Feature request details {why is this feature important, not just for you, but for many others?}
singhjusraj commented 6 years ago

This is an issue with your server config, its not returning valid css files with correct MIME type, not a Fine Uploader issue and without looking at your code can't help.