You can make changes to filepost.asp to achieve this.
In the line 104 of the filepost.asp, you will find the following code:
' If your upload path is different, set that here
filePath = ImageGalleryPath &"/"& fName
savePath = server.mapPath( filePath)
set saveFile = lf.createtextfile(savePath, true)
saveFile.write( myRequestFiles(0, 1))
saveFile.close |
For example, your another imageagllerypath is "secondgallerypath", you can implement the following code:
' If your upload path is different, set that here
filePath = ImageGalleryPath &"/"& fName
savePath = server.mapPath( filePath)
set saveFile = lf.createtextfile(savePath, true)
saveFile.write( myRequestFiles(0, 1))
saveFile.close
secondsavePath = server.mapPath( secondgallerypath)
set secondsaveFile = lf.createtextfile(secondsavePath, true)
secondsaveFile .write( myRequestFiles(0, 1))
secondsaveFile .close |
let me know if you have any further question.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx