Which location to save uploaded files
Posted
by chupinette
on Stack Overflow
See other posts from Stack Overflow
or by chupinette
Published on 2010-04-07T16:07:47Z
Indexed on
2010/04/07
16:13 UTC
Read the original article
Hit count: 248
hello! I am using php and i have written codes to allow a user upload a file. For testing purposes, i have saved the file to D:/final/temp/test.xls.
Then i generate another file and save it to the same location. This file can be downloaded by the user.
But if an actual user would be using my application,
where should the location point to? Thanks!
© Stack Overflow or respective owner