alecpl
2011-06-30 4a142f63714530aae0f12d2c1fac1d8709393c5a
- Make sure upload form uses POST method


1 files modified
1 ■■■■ changed files
program/js/app.js 1 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -5619,6 +5619,7 @@
    form.target = frame_name;
    form.action = this.url(action, { _id:this.env.compose_id||'', _uploadid:ts });
    form.setAttribute('method', 'POST');
    form.setAttribute('enctype', 'multipart/form-data');
    form.submit();