AlbertAguirre
Programmer
I am uploading a file and I want to get the filename.
I thought this worked but I was WRONG!:
HTTP_POST_FILES["fieldname"][name]
- or -
HTTP_POST_FILES["fieldname"]["name"]
Nope, no good.
How do I do it?
I thought this worked but I was WRONG!:
HTTP_POST_FILES["fieldname"][name]
- or -
HTTP_POST_FILES["fieldname"]["name"]
Nope, no good.
How do I do it?