OK, I've had a quick look and I think this is the problem..
In UploadOrderFile function in CurrentCart.vb
This line uploads the file...
It needs looking into, I'll try and get a fix out.
Dave.
In UploadOrderFile function in CurrentCart.vb
This line uploads the file...
FileSystemUtils.MoveFile(DocPath & fu.FileName, DocPath, PS)
This "Move" function is depricated in DNN6.....maybe also we need to make sure the filename is being saved with the guid that is used in the DB.It needs looking into, I'll try and get a fix out.
Dave.