Uploading / renaming files using Ajax - Newbie question

  •  10-30-2010, 8:29 PM

    Uploading / renaming files using Ajax - Newbie question

    I have tested the ASPUploader program using Ajax and found just one stumbling block.
     
    Person A selects a file XX.doc and uploads it and it is saved as XX.doc. The returned file name is XX.doc. All Good.
     
    Person B selects a file also named  XX.doc and uploads it and it is saved as XX-YYYYMMDDHHMMSS.doc to prevent dupication which is good. But the returned file names is XX.doc.
     
    Am I missing something and can I make ALL my uploaded files a have the timestamp appended to them?
     
    Also what rights do we need to give to the uploaded temporary and final directories? 
     
    Cheers Edd 
View Complete Thread