> I'm working on some code to upload to a website cms via PHP. > The php.INI file has > max_execution_time=1200 > max_input_time=1200 > memory_limit=100M > post_max_size=100M > upload_max_filesize=100M > max_file_size=100M > post_max_size=100M
I may be mistaken but I think Apache (assuming that is your web server back end), or something else w/ the server, might hve similar settings that might need tweeking. Seems to me I ran into something like this for ftp uploads on our apache server where the default size was something like 2mb Matthew S. Jarvis IT Manager Bike Friday - "Performance that Packs." www.bikefriday.com 541/687-0487 x140 [EMAIL PROTECTED] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

