Thread: uploadfile()
View Single Post
  #2  
Old 06-07-2009, 10:34 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
This is already possible for personaluploads folders, do this clientside:
PHP Code:
requesttext("folder""PERSONAL");
this.filename selectFileforUpload(); 
Then you can move the file somewhere more useful on the serverside using movefile() since they will not be server-accessible from the personaluploads folder.
__________________
Skyld
Reply With Quote