> I am not sure if we talk about the same issue. > I do not mean uploading. > When you want to serve image , You have to call it > on 'empty-style' page, to avoid header sent error. > If you want to manipulate images You have to send > image also on 'empty-style' page and additionaly > get Your image from url. Right? > So that way I fought about calling 'ob' somewhere > on page to avoid header sent error and get image size. > I can not use this control structure You wrote > with <IMG src=/path> where path is empty style page.
Lets say you got an active page /img to serve the images something like : <? // mayve some checking here ;) $argv[0] i id of image. mgd_serve_attachment($argv[0]); exit; ?> I often call images this way with tags like <img src=/img/<imageid>/<imgaename> height="<imgHeigh> width="<imwidth>" > is it those parameters you are looking for? Or, are you thinking about manipulating the image at runtime to change the size of the image then? Tarjei > Piotras > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
