Thread: Uploading
View Single Post
  #1  
Old 01-26-2007, 03:23 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Uploading

Is there a way to upload files through the client? This would be useful for custom head and body uploads and would save time for staff and players.

I know theres a function for something like it but how does it work? Would it be like:
PHP Code:
//#CLIENTSIDE
function initUpload(platform){
   if (
platform == "win"){
       
requestfileupload("C:\randomfile.png");
     }

Reply With Quote