Dojo 1.14 Uploader (no multipart)

Hi,

My code for dojox.form.Uploader works for dojo version 1.13 but not for version 1.14 programmatically.

Basically the content type at the server shows multipart/form-data for version 1.13 but for version 1.14 it shows text/plain.

Is this a bug?

Best regards

It’s difficult to tell without trying out a testcase. Does your usage rely on the FormData API? If so, then it could be fixed by https://github.com/dojo/dojo/pull/316 perhaps? If you could share a testcase or point out an example in the Dojo source that is failing, I’ll look into it as soon as possible.

1 Like

Thanks for reply… I’ve switched back to 1.13… to continue with other works now… will find some time soon to give you a sample… thanks.

I just got bit by this one and replaced dojo/request/util.js with https://raw.githubusercontent.com/dojo/dojo/8eb996faf93bf4ef09a6d14da74bf2f703c1e24a/request/util.js until 0.14.1 is released.

Note that 1.14.1 and 1.13.2 have been released to hopefully resolve this issue.

Apologies for the late reply… some how the emails are not getting back to me and I only login now and notice your suggestion… I’ve yet to try your suggestion out but nonetheless, thank you very much for your response.

Apologies for the late reply… Thanks for the information.