PDA

View Full Version : image resize on server or client


rfchmbrs
04-23-2002, 05:19 PM
Assume that I have an image on the server whose size is xs X ys and that I have an html page that accesses that image but uses xi X yi for the dimensions.

Where is the image resized? On the server before transmitting or on the client?

If on the client, can the it be forced to the server?

Thanks,
RON C

fredricknish
04-23-2002, 05:29 PM
The image resize would be done by the client's browser.I doubt if you can make the server change the size of the images.

rfchmbrs
04-23-2002, 08:22 PM
As I suspected.

Thanks a lot.

RON C