View Single Post
Old Oct 29th, 2004, 10:15 AM   #3
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
I ran in to a simular problem. I ended having to read the file with php and then copy it to a different dir for it to stay on the server. Otherwise it just get's uploaded to your tmp dir and then deleted as soon as the script is done running.


the functions you need to use to do this are:

fopen
fread
fwrite

Good luck.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote