bokov: Ajax: Files Upload!

Beitrag lesen

Hallo Struppi,

Was heißt das?

Ich versuche eine Bilddatei auf meinen Server hochzuladen. Die Datei ist eine gültige Bitmap-Datei. D.h. das Bild kann man sehen.

Im Browser steht:

bgb.png 0.2kB Failed

Wenn ich mit Firebug die Client-Server Kommunikation betrachte dann sehe ich:

Parameter:
qqfile    bg.gif

Header:

Date Tue, 12 Oct 2010 09:17:34 GMT
Server Apache
Keep-Alive timeout=1, max=100
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html; charset=ISO-8859-1
Anfrage-HeaderQuelltext anzeigen
Host ***.******.***
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language ru,de-de;q=0.7,de;q=0.3
Accept-Encoding gzip,deflate
Accept-Charset UTF-8,*
Keep-Alive 115
Connection keep-alive
X-Requested-With XMLHttpRequest
X-File-Name bg.gif
Content-Type application/octet-stream
Referer http://***.******.***/tmp/valums_upload/
Content-Length 17825
Pragma no-cache
Cache-Control no-cache

Post:

GIF89aò... (Also die Bilddaten)

Antwort:

{ "success": true }{ "success": false, "error": "Invalid file type..." }Content-Type: text/html; charset=ISO-8859-1

{ "success": false, "error": "File is empty..." }

HTML:

{ "success": true }{ "success": false, "error": "Invalid file type..." }Content-Type: text/html; charset=ISO-8859-1 { "success": false, "error": "File is empty..." }

Was könnte hier Probleme machen?