#4987 closed defect (fixed)
[dojox] return status with FileInputAuto
Reported by: | jorvis | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This ticket is being created because of the conversation here:
I can create the widget and it uploads to my CGI script properly. The uploaded file is written to disk but I don't know what I need to send back on the server side to make the widget stop displaying "Uploading ..."
Dante asked me to create this ticket.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Status: | new → assigned |
Summary: | return status with FileInputAuto → [dojox] return status with FileInputAuto |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.0 |
---|
Note: See
TracTickets for help on using
tickets.
(In [11368]) fixes #4987 - removes static variable names from callback function, and allows for user-defined callbacks to more easily utilize the return value. there is a very ugly IE bug being worked around in a very ugly way.