Hi!
I can upload the files to my server,but this files apear in my $uploader->TempDirectory with a rare name "persisted.1BC1FFF1-1F05-EEC9-3847-ABFFDE1C00BD.ferrari.zip.resx"('persisted.'$GUID'.'$nameFile'.resx'). I need to save in my DB the uploaded files. If I save the content of "persisted.1BC1FFF1-1F05-EEC9-3847-ABFFDE1C00BD.ferrari.zip.resx" in my DB and I name the file like ferrari.zip, when some body download the file, do it works? or have I to do anytransformation to the file?
THANKS&BYE