Hi, Zsolt. if the error page is of apache, there might be a config setting in httpd.conf to limit request size like LimitRequestBody 10240000 in the case above, request larger than 100KB is prohibited. when you repeat the upload and each time you upload the same file and other request parameters, this shouldn't be the case. regards ichy
- Re: Upload problem with apache and SSL ichy