When I upload a file, say Test123.doc, it uploads to the directory as
persisted.[someguid].Test123.doc.resx
Is there any way to have the control upload the file as just Test123.doc?
If not, how can I determine what the name of the file is going to be so I can rename it? The guid seems random.