I am trying to get a file downloaded through a PHP script, but is my $ _FILES array always empty? My $ _POST data entry for an HTML file input element has a file name ... No file is created on my local system.
I checked the write access to the temp folder and installed it. I checked phpinfo () to make sure that file downloads are enabled and that they are.
What could prevent this? Can mod_rewrite call anything?
Thanks!
source share