Forum Moderators: phranque

Message Too Old, No Replies

photos

Apache

         

bohemos

7:54 pm on Nov 20, 2006 (gmt 0)

10+ Year Member



I just started using Apache as a developping tool for my web site. All the pictures don't upload entirely for some obscure reasons. could anyone enlight me on the matter?

I have no problem when using internet explorer when viewing the pages.

Ta

jdMorgan

1:44 am on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> upload

If you are uploading files using the POST method, take a look at your server's LimitRequestBody setting. See Apache core directives for more info. If you're using a script for uploads, then you may need to look into the script support configuration as well, for example, the php.ini settings.

Jim