Guest_imported
New member
- Jan 1, 1970
- 0
Hello Everyone,
im trying to make a script on PHP under WindowsNT to send files from a client to the server.
I've done the first script wich search the file on the pc client, and sends it to other PHP page wich receives the file data, and shows it (the file data), using the code taked from official PHP on-line manual in It looks that all works good, but there's not any file on the server. My ask is WHERE PHP PUTS THE FILE INTO THE SERVER (NT), IF YOU SEND IT USING THE POST METHOD??, the manual says that put them in the default temp directory, (or other changin the configuration in upload_tmp_dir into the php.ini), but i have try in all the ways (changin de php.ini file, or using the default directory) and never appears the file that i have sent from the script on the server, PLEASE HELP ME!!!, I will be glad with the solution, THANKS
im trying to make a script on PHP under WindowsNT to send files from a client to the server.
I've done the first script wich search the file on the pc client, and sends it to other PHP page wich receives the file data, and shows it (the file data), using the code taked from official PHP on-line manual in It looks that all works good, but there's not any file on the server. My ask is WHERE PHP PUTS THE FILE INTO THE SERVER (NT), IF YOU SEND IT USING THE POST METHOD??, the manual says that put them in the default temp directory, (or other changin the configuration in upload_tmp_dir into the php.ini), but i have try in all the ways (changin de php.ini file, or using the default directory) and never appears the file that i have sent from the script on the server, PLEASE HELP ME!!!, I will be glad with the solution, THANKS