I'm not sure about ASP Upload as I haven't used it for a long time, but I would've thought there'd be a "SaveAs" method or something along those lines. If not, save the file making sure you put the filename into a variable, and then rename it using the FSO Move method. Dan
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of OEM Liquidators Sent: 18 July 2005 21:32 To: [email protected] Subject: [AspClassicAnyQuestionIsOk] asp upload I am trying to upload files with asp upload, does anyone know how to have it rename the uploaded files so they are saved as <%=hID%>-1, -2, -3 etc so say hID is 150 and there are15 pictures the 15th one would be named 150-15. Or also does anyone know of a better system for uploading files with some form of unique naming schema. Thanks ________________________________ YAHOO! GROUPS LINKS * Visit your group "AspClassicAnyQuestionIsOk <http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] subscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . ________________________________ [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
