Re: Problem: PHP,FTP große Dateien

Αρχική Σελίδα
Συνημμένα:
Μήνυμα σαν ηλεκτρονικό μήνυμα
+ (text/plain)
Delete this message
Reply to this message
Συντάκτης: Florian Pfann
Ημερομηνία:  
Προς: list
Αντικείμενο: Re: Problem: PHP,FTP große Dateien
Hi

> Kann es sein, dass der Browser (hier: IE) einen eigenen Timeout
> benutzt?


Bei mir funzt des mit dem IE; ich glaub net das der nen eigenen
Timeout hat.
Schau mal in deiner php.ini ob die Opionen gesetzt sind.

php.ini
max_execution_time = 300 ;Maximum execution time
memory_limit = 20M ;Maximum amount of memory a script may consume

httpd.conf

Timeout 300
;The number of seconds before receives and sends time out

> Kennt jemand eine Lösung wie man Dateien bis zu 20 MB über eine
> Website, PHP und FTP übertragen kann?



Schau mal da
http://www.phpscriptcenter.com/uploader.php

CU
Florian