Opened 9 years ago
Closed 8 years ago
#14963 closed defect (invalid)
multiple selection of dojox.form.Uploader doesn't work in Safari
Reported by: | gitawego | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Uploader | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
while uploading multiple files with dojox.form.Uploader(plugin HTML5) in Safari, all the uploaded files have 0 size. the Safari version is: 5.1.2(7534.52.7) ex:
{ "uploadedfiles": [ [{ "size": 0, "path": "/tmp/cadb17d7588583f9c28f7691147fbc10", "name": "2100401_460s.jpg", "type": "image/jpeg", "lastModifiedDate": null, "_writeStream": { "path": "/tmp/cadb17d7588583f9c28f7691147fbc10", "fd": 14, "writable": false, "flags": "w", "encoding": "binary", "mode": 438, "bytesWritten": 0, "busy": false, "_queue": [] }, "length": 0, "filename": "2100401_460s.jpg", "mime": "image/jpeg" }, { "size": 0, "path": "/tmp/20b6a47f5b6f4f80c3a62923909f22e4", "name": "1655579_460s.jpg", "type": "image/jpeg", "lastModifiedDate": null, "_writeStream": { "path": "/tmp/20b6a47f5b6f4f80c3a62923909f22e4", "fd": 14, "writable": false, "flags": "w", "encoding": "binary", "mode": 438, "bytesWritten": 0, "busy": false, "_queue": [] }, "length": 0, "filename": "1655579_460s.jpg", "mime": "image/jpeg" }] ] }
Change History (4)
comment:1 Changed 9 years ago by
Owner: | changed from dante to Mike Wilcox |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Component: | DojoX Form → DojoX Uploader |
---|
comment:4 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
I tested this on Safari 6, and it seems to work. I don't quite understand the data provided, that looks like what is derived from the server, not the Uploader.
Note: See
TracTickets for help on using
tickets.
Does the Uploader test work for you? I just tried it in Safari and it seems to work fine.