Hi, I have a form with a image (file) field.
The form works fine, but the image was uploaded in _lib/tmp folder and with another name (for example, in database field the value is image_name, but in _lib/tmp/sc_86776778_image_name)
How Can I change the folder for uploads? (in development, was a field that say " Subfolder where the files are stored") But nothing happens when I write a folder name there.
Why the file name was changed when the form upload the file?
Thanks in advance.