I use script asp PureUpload.asp for uploading images on my personal site
Is there some example script ASP to help me resize and save images with PureUpload.asp + GFLAx (v2.00) ?
thanks
Reck
(from Italy)
Uploading images
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 45337
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Uploading images
No sorryreck wrote:I use script asp PureUpload.asp for uploading images on my personal site
Is there some example script ASP to help me resize and save images with PureUpload.asp + GFLAx (v2.00) ?
thanks
Reck
(from Italy)
Pierre.
-
- Posts: 17
- Joined: Wed May 05, 2004 3:00 pm
- Location: Karlstad, Sweden
This should be doable... If you can get the binary data from the upload component, you could insert it into GFL in the same manner as you do binary write:
Just do this instead:
And if you got your fingers crossed it works without any hassle. Then just resize it and save it... 
Regards,
Christopher
Code: Select all
response.binarywrite gfl.sendBinary
Code: Select all
gfl.receiveBinary strBinaryData

Regards,
Christopher