Closed
Bug 1468679
Opened 7 years ago
Closed 7 years ago
FireFox 60+ error uploading file with SWFUpload library
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: vietdniit, Unassigned)
References
Details
Attachments
(1 file)
61.25 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36
Steps to reproduce:
1. Unzip and deploy asp.net application demo on IIS. Got it on the SWFUpload v2.2.0.1 Samples.
2. Browse to the website on step 1.
3. Enable Flash plug-in on Firefox 60.0.2 (64-bit).
4. Click on [Selected Images] button to upload some images.
Actual results:
Callback function does not have return value and the images are not showing on the screen.
This issue happen on Firefox 60 or later version. It does not happen on previous version ex: 59.0.3 (64-bit)
Expected results:
The callback function have return value to loading the images
All image files are loading successful and showing on the screen.
Setting as File Handling component, please change the component accordingly if this is not the correct one. Thanks.
Per Comment 0, need IIS to be able to further test this.
Component: Untriaged → File Handling
Not sure about the File Handling component, please clarify a bit about your comment.
By the way, the swpupload does not get the ID of the selected image as the following log:
GET /thumbnail.aspx?id= HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost/
Cookie: ASP.NET_SessionId=vzlwishmwg2lcd2nsn4k0hc2
Connection: keep-alive
The issue does not happen in the previous version 59.0.3
GET /thumbnail.aspx?id=20180620094228070 HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost/
Cookie: ASP.NET_SessionId=n3vba5zxk3nuyvyh5zzsbqoo
Connection: keep-alive
Hi Vlet, Comment 1 was mainly a message to the developers involved with the File Handling component of Firefox. Our purpose was to get the component set to where developers have a higher chance of seeing the bug, since the component was set to "Untriaged". Since it was an error uploading the file, I thought "File Handling" would be the best category for this bug.
Updated•7 years ago
|
Component: File Handling → Desktop
Product: Firefox → Tech Evangelism
Version: 60 Branch → Firefox 60
Updated•7 years ago
|
Flags: needinfo?(oana.arbuzov)
Updated•7 years ago
|
Flags: needinfo?(oana.arbuzov)
Priority: -- → P3
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Viet, is it possible for you to put the demo online somewhere?
Flags: needinfo?(vietdniit)
(In reply to Mike Taylor [:miketaylr] (62 Regression Engineering Owner)(PTO July 12, 13, 16, 20, 23) from comment #5)
> Viet, is it possible for you to put the demo online somewhere?
I have uploaded the demo online here: http://18.188.3.119/applicationdemo.net/
Please note this demo site will be removed when the bug is marked as resolved
Flags: needinfo?(vietdniit)
Comment 7•7 years ago
|
||
Thanks Vlet for the demo.
I've retested the issue and was able to upload and see the photos.
[Tested with:]
Browser / Version: Firefox Nightly 63.0a1 (2018-07-19)
Operating System: Windows 10 Pro
You can still reproduce it ?
Flags: needinfo?(vietdniit)
(In reply to Oana Arbuzov [:oanaarbuzov] from comment #7)
> Thanks Vlet for the demo.
> I've retested the issue and was able to upload and see the photos.
>
> [Tested with:]
> Browser / Version: Firefox Nightly 63.0a1 (2018-07-19)
> Operating System: Windows 10 Pro
>
> You can still reproduce it ?
Thank Oana Arbuzov for your information
I am sorry for my late response.
The issue is retested on the latest version 61.0.1 and is able to upload and see the photos.
Flags: needinfo?(vietdniit)
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•