> Ok now I am able to send the request. I set the post_max_size into 50M
> and now when the request is sent the whole apache goes down giving: "The
> document containd no data" everytime I send a request. I tried also 10M
> but same happens. What the h**l is this?

Do you have this line in your form?

<input type="hidden" name="MAX_FILE_SIZE" value="30000">

and is it set to a value greater than the size of all the files you're
trying to upload? Some browers actually pay attention to this.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to