View Single Post
  #3  
Old 02-03-2012, 01:52 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Maybe Era should fix their code.

The fix:

PHP Code:
function playerUploadFile() {
  
player.waitingForUpload true;
 
  
requestText("folder""PERSONAL");
  
FileSelector_Window.requestscript this.name;
  
temp.file selectFileForUpload();
}
 
function 
onSelectedFileForUpload(fullfilename) {
  if (
FileSelector_Window.requestscript==this.name)
    
uploadfile(fullfilename);

__________________
Quote:
Reply With Quote