satmedsteve

Home \

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Easy File Upload w/ Easy Folder Listing #933
    satmedsteve
    Participant

    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?

    in reply to: Upload error 500 #1082
    satmedsteve
    Participant

    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

    MaxRequestLen 15728640

    in reply to: Upload error 500 #1081
    satmedsteve
    Participant

    OH My bad, i think i posted in the wrong forum, i am using easy file uploader, NOT easy flash uploader.

    in reply to: Upload error 500 #1080
    satmedsteve
    Participant

    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.

    [Tue Apr 10 13:47:27 2012] [warn] [client 172.16.x.x] mod_fcgid: HTTP request length 132532 (so far) exceeds MaxRequestLen (131072), referer: http://eportal.satellitemed.com/index.php/upload-an-image

    The only time i DONT get the 500 error, is when i enable to ability to overwrite, and click yes on the option. Any help would be greatly appreciated!.

    Thanks!

    Steve

Viewing 4 posts - 1 through 4 (of 4 total)