[Dojo-checkins] [Dojo Toolkit] #14154: Cannot set "url" in dojox.form.uploader in IE 7

Dojo Trac trac at dojotoolkit.org
Tue Nov 8 11:45:20 EST 2011


#14154: Cannot set "url" in dojox.form.uploader in IE 7
----------------------------+----------------------
 Reporter:  ldavis          |       Owner:  mwilcox
     Type:  defect          |      Status:  new
 Priority:  high            |   Milestone:  tbd
Component:  DojoX Uploader  |     Version:  1.6.1
 Severity:  major           |  Resolution:
 Keywords:  uploader url    |
----------------------------+----------------------

Comment (by ldavis):

 To work around this issue I ended up doing the following:

 Make sure your uploader exists in a form and upon submission update the
 url during the submit.
 {{{
 uploader.submit({url:NEWURL});
 }}}

 With browsers other then IE you can update the URL in your setter and
 submit using upload.
 {{{
 uploader.set("url", NEWURL)

 uploader.upload();
 }}}


 However, the reverse is not true, I could not seem to update the URL via
 submit for firefox for example...

-- 
Ticket URL: <http://bugs.dojotoolkit.org/ticket/14154#comment:4>
Dojo Toolkit <http://dojotoolkit.org>
The Dojo Toolkit


More information about the Dojo-checkins mailing list