Has this been tested? I already have the EFU set to upload files to a username folder, but i didn’t see a spot in the EFL to set where users could only see THEIR files?
Actually i fixed it like this, in case anyone else has the same problem:
It can occur when uploading a file that is too large on an Apache web server with mod_fcgid enabled. The solution is to set MaxRequestLen to a larger value.
Just add this to /etc/apache2/mods-available/fcgid.conf
—
# to get around upload errors when uploading images increase the MaxRequestLen size to 15MB
I am getting the 500 error everytime i try to upload a file. The file is less than 1mb in size, i have verified that i do have write priviliges to the folder i specified in the backend. Here is a snippet from my error log.