Hallo
ich habe ein Problem ich habe ein Upload script gebastelt wo jeder User seinen eigenen Avatar hochladen kann...
funktioniert auch aber nur schon etwas verkleinerte Bilder...
z.B. bilder von der Digicam (500-700 kb) funktionieren nicht da kommt dann folgender Fehler:
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 2048 bytes)
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 64 bytes) in Unknown on line 0
----
Bei phpinfo seh ich aber das die einstellungen so sind... also upload_max_size...
post_max_size 8M
upload_max_filesize 2M
und das formular hab ich sogemacht da steht auch bisschen mehr drinn in der Max_File_Size.
<form action="index.php?auswahl=avaup" enctype="multipart/form-data" method=post>
<input type="hidden" name="MAX_FILE_SIZE" value="50000000">
<input type=file name=file size=50>
<input type=submit value=senden>
</form>
Kann mir jemand sagen woran das liegt??? Hab ich was nicht gesehen oder verpeilt???
danke
Agra