Hello,
I have a created a control application to let the user upload just one file. The field name is “file”. This is happening, when the user browse/select the file “revision.xls” then submit, the file looks successfully upload at the server side because I can print the file’s name using {file}. However if the user browse/select the file “revisi?n.xls” the file is not recognized at first place (the icon is at right location is not displayed), and using {file} prints “” (empty string). The same thing is happening with char like ? and tildes. I reproduced the scenario in blank application, I this error is not presented.
Also I would like to know how to access the file in the server, I mean, what is the equivalent of $_FILES[‘file’][‘tmp_name’]? I need the location of the uploaded file.
Thank you so much in advance.