I have a problem that someone must have faced before.
I need to allow a file upload and retain the path and name of the file
as provided by the user. However, that info is not passed by the
browser to PHP. The name alone is not enough and the temp path is
useless in this context. Are there any convenient workarounds?