Tis block is fine to show a random image, but when you click on the image to see it, it seems thas the file is send to the browser without the .jpg extention....
Did i configure something wrong ?
Or is it a real bug ?
Posted: 26.08.2003, 20:12
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
By design. The file name is not sent, but the "content-type" HTTP header is used to specify that it actually is an image.
Do you have any problems viewing the images?
Posted: 26.08.2003, 21:53
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
yes, i have problems viewing the images when clicking on the thumbnail in the block...
I have a do yo want to download this file message...
You say that the content type header is send, ok, but it seems that in the database, all my images are recoreder with the field 'ps_mimetype' set to 'unknown'.
I think the problems come from there ;-)
Image data in the database seems not to be recorder correctly :(
All my images are recorder via the web-server file system (admin).
Any idea ?
Posted: 09.09.2003, 16:36
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Try uploading an image the normal way using the web form upload. Does that image show correctly?
If so then I guess there's a bug in the file import mechanism.
Posted: 09.09.2003, 20:46
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Just checked for myself. The mimetype is "unknown" when importing images. Will be fixed ASAP.