Hi there, i have a problem with uploading images in my form. I set “$this->Ini->path_imagens” and “$this->path_imagens” in my onApplicationInit event, but every time i try to upload in image it says “Fields with errors: Image (upload failed)”. I also set “$this->Ini->path_imag_temp” and “$this->path_imag_temp” in my application, and it really applies - the image loads to temp directory that i specified, but it does not move to the directory that i set with “$this->Ini->path_imagens” and “$this->path_imagens”. i found NO information about it in scriptcase instruction. The version of SC is 9.6. How can i solve this problem?
I am talking about SC dev environment, not the production server