(ASP) HOW CAN I RENAME A FILE AFTER I UPLOAD IT TO MY SERVER?
-
I managed to upload a file, but I need to rename this file (image) with the recordset's asigned ID. Process: 1a.- Generate ID 1b.- Capture Data 1c.- Select Image to Upload 1d.- Send 2a.- Record all the info in the Database 2b.- Rename the uploaded image with the recordsets ID ca- Load Page. cb.- Substitute the following: "> thanks for your help, Jon GET TO KNOW ME
-
I managed to upload a file, but I need to rename this file (image) with the recordset's asigned ID. Process: 1a.- Generate ID 1b.- Capture Data 1c.- Select Image to Upload 1d.- Send 2a.- Record all the info in the Database 2b.- Rename the uploaded image with the recordsets ID ca- Load Page. cb.- Substitute the following: "> thanks for your help, Jon GET TO KNOW ME
You might want to check out the FileSystemObject. Here is a link to an MSDN article. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsFSOTutor.asp[^] Mark Sanders sanderssolutions.com