Ticket #7032 (closed enhancement: fixed)

Opened 5 months ago

Last modified 5 months ago

[dojox.form] FileInputAuto should send onChange

Reported by: guest Owned by: dante
Priority: normal Milestone: 1.2
Component: DojoX Widgets Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

1. Allow for progress bar to reflect the percentage of file upload that has occured. 2. Trigger file upload used by FileInputAuto? to occur onChange rather than onBlur since it is more intuitive to the user that file begins upload after selection of the file rather than clicking out of the input box.

Change History

Changed 5 months ago by dante

  • summary changed from Feature Requests : dojox.widget.FileInput to [dojox.form] FileInputAuto should send onChange
  • milestone set to tbd

quickly: 1) is near impossible without flash and/or clever server logic and multiple xhr's. i'd like to avoid it until something viable even presents itself. 2) makes perfect sense. maybe sendOnChange ? or read blurDelay:0 as the same?

Changed 5 months ago by dante

  • milestone changed from tbd to 1.2

Changed 5 months ago by dante

  • status changed from new to closed
  • resolution set to fixed

(In [14520]) fixes #7032 - adding triggerEvent parameter. the progress bit of the ticket is impossible without flash.

Note: See TracTickets for help on using tickets.