Hi,
I need to upload an image into a system. As I need to post more than one form-field, i.e. not only the file itself but also additional information and some hidden-fields for session information, I cannot use the enctype="multipart/form-data" - TAG with opera in the form-Tag , because then no other variables than the uploaded file will be visible.
So I added the enctype - Information to the file-input field which works fine then with windows.
On the Unix Server (Linux as well) on the other hand the script does not work. It always says "Warning: Unable to open file: .filename..." .
I already tried things with /tmp/ - paths but nothing worked.
Has anyone an clue, how to solve the problem and how to keep support for Opera?
This is quite urgent and I would really thank anyone for ideas or solutions.
Thanks in advance, Sven.