Upload Field

I need to copy the file upload to other folder, but I don’t know how do I get the name of the file(save in disk, in folder temp), for that I can copy to new folder

Somebody help me??

Are you saying that after uploading a file you wish to copy or move it, but you don’t know how to get the filename?

Assuming you are using an upload field, type: Document (File Name)

Then accessing the filename is by using the field variable style - so if the field is called “UpFile” - then in the code editor {UpFile} will give you the contents of that field, that is the name of the file.