You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I did a upload file in local storage, the FM gived me an error message "ERROR_UPLOAD", so I investigated and I founded in Class "BaseUploadHandler" in function "get_upload_data($id)" the var $id is "upload" on upload action, but the function always return the info in @$_FILE[$id] and this array @$_FILE only have the key 'files' where is the file info what I need upload. I did a ugly change in the code for get the info in 'files' when $id is 'upload'. But I think there is a better solution for this bug.
The text was updated successfully, but these errors were encountered:
If you open the config.local.php file you can see paramName option in the upload section. All you need is to set the value to files in the filemanager.php file while configuring the RFM app.
Hi, when I did a upload file in local storage, the FM gived me an error message "ERROR_UPLOAD", so I investigated and I founded in Class "BaseUploadHandler" in function "get_upload_data($id)" the var $id is "upload" on upload action, but the function always return the info in @$_FILE[$id] and this array @$_FILE only have the key 'files' where is the file info what I need upload. I did a ugly change in the code for get the info in 'files' when $id is 'upload'. But I think there is a better solution for this bug.
The text was updated successfully, but these errors were encountered: