Page 1 of 1

Uploading images

Posted: Fri Jan 23, 2004 6:09 pm
by reck
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)

Re: Uploading images

Posted: Mon Apr 05, 2004 12:03 pm
by xnview
reck 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)
No sorry
Pierre.

Posted: Sat May 08, 2004 2:22 pm
by lazerfisk
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:

Code: Select all

response.binarywrite gfl.sendBinary
Just do this instead:

Code: Select all

gfl.receiveBinary strBinaryData
And if you got your fingers crossed it works without any hassle. Then just resize it and save it... :)

Regards,
Christopher