Hi,
Feeling stupid to ask this. I want a user to upload a text file to my server. I use "enctype" in my html and on the next php script I use copy($userfile,$upfile). All works FINE! File is on my server.
I now edit the text file and save it . No problem.
But how does the user download this edited text file from my webserver? I want the user to select the destination of where the file should be saved on his pc. ftp? is there no other "easier" way?