Homec4science

+ Bug Fix: When WebSubmit forms contained a simple "FILE" input (e.g.

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Sep 27 2007, 15:31.

Description

+ Bug Fix: When WebSubmit forms contained a simple "FILE" input (e.g.: <input type="file" name="blah" />"), the file was not uploaded when the Safari browser under Mac OS X was used (tested with 10.4). In order to fix this issue, enctype="multipart/form-data" was added into the form declaration in the tmpl_page_interface function (Safari seems to need it and wasn't happy just to use the JavaScript dynamic insertion of this same form attribute in script tags).

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:216148924a91: + Bug Fix: When WebSubmit forms contained a simple "FILE" input (e.g. (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Sep 27 2007, 15:31