The error is caused when file is not selected. By default on first run form is empty (file is not selected), and form must wait for selecting and submitting.
How access to file before calling form? What that mean? Miroslav On Nov 19, 5:52 pm, Anthony <abasta...@gmail.com> wrote: > You might need to access the file before calling form.accepts (first you'll > have to check that form.vars.myfile exists). You can also access it via > request.vars.myfile (which won't change, even after form.accepts). > > Anthony