Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2472 visitors today
Log In Register

Forum .LRN Q&A: Re: 2 mg max file upload?

OpenACS Home : Forums : .LRN Q&A : Re: 2 mg max file upload? : One Message

+
8: Re: 2 mg max file upload? (response to 1)
Posted by Bruno Mattarollo on

William,

Did you restart your server so that it would load the new parameter? Also, could you try to put a debug line that would log the value of both $n_bytes and $max_bytes?

Something like:

ns_log "Warning" "WARNING DEBUG>>>> n_bytes: $n_bytes ;; max_bytes: $max_bytes"

And check what are the values that are being checked.

Just my 2 cents,

/B