>In Upload.aspx there is variable which specifies the path for storing uploaded files:
>'Don't forget to add slash at the end of the path Private strGalleryPath = "../Gallery/"
>During upload ASP.NET script delete all files in that folder, and then save all files there. It
>seems that you have modified your strGalleryPath variable, so that it maps to the folder
>wth your ASP.NET files. That's why you had this problem.
Many thanks for your reply. The web site I am developing is based on the
http://www.ofoto.com site. Clients will be allowed to upload their photos for processing, viewing, etc. Am I correct in that the upload folder is just a temporary holding area for uploaded files? it sounds as though as soon as they are uploaded, they need to be moved to another folder immediately. In my case described in this posting, files were deleted immediately after the upload was finished.
One more question... Is the gallery path the path for the files to,be uploaded to or the path that contains the ImageUploader files?
Many thanks,
Steve