You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
I use ASP.Net MVC server side validation. My goal is that when the form is not valid, the server roundtrip does not wipe the uploaded files. For that I use the initial file list feature. The problem is that as described above, initial file list feature generates different (and wrong) thumbnails for gif files. I inspected the packages coming from server, and server sends back correct gif images, with "image/gif" Mime-type. Since I use ASP.Net MVC, the images are not served as files but served from an endpoint /Thumbnails/{uuid}, so there is no extension information in the URL.
For PNG and JPEG the thumbnails seem to be correct with initial file list.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type of issue
Uploader type
Note: Support requests cannot be accepted due to lack of time.
Bug Report
Fine Uploader version
5.15.0
Browsers where the bug is reproducible
"Firefox", "Chrome" and "IE11"
Operating systems where the bug is reproducible
"Windows Server 2012 R2"
Exact steps required to reproduce the issue
All relevant Fine Uploader-related code that you have written
Fine-uploder configuration:
Response from session endpoint:
Detailed explanation of the problem
I use ASP.Net MVC server side validation. My goal is that when the form is not valid, the server roundtrip does not wipe the uploaded files. For that I use the initial file list feature. The problem is that as described above, initial file list feature generates different (and wrong) thumbnails for gif files. I inspected the packages coming from server, and server sends back correct gif images, with "image/gif" Mime-type. Since I use ASP.Net MVC, the images are not served as files but served from an endpoint /Thumbnails/{uuid}, so there is no extension information in the URL.
For PNG and JPEG the thumbnails seem to be correct with initial file list.
The text was updated successfully, but these errors were encountered: