Forums
This topic is locked
Smart Image Processor - Dymamic size not working
Posted 22 Aug 2003 10:52:28
1
has voted
22 Aug 2003 10:52:28 Michael Kramer posted:
For the size fields Resize Upload Images and Thumbnail Images, you can enter a fixed pixel width & height, which works great, or you can enter dynamic link to a value in a datbase table. I am able to select the dynamic link field but when I run the upload, I get an error:
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/admin-posters-add.asp, line 43
Line 43 defines the dymanic link and reads as follows:
RUF_maxWidth = rsHorizontalVertical.Fields.Item("Width".Value
The field value for "Width" is 250 in my table.
This same error accures for each size field when using dynamic links.
I REALLY want to use the dymanic links. Any suggestions would be greatly appreciated.
Thanks!
Michael Kramer
Replies
Replied 22 Aug 2003 15:58:10
22 Aug 2003 15:58:10 Patrick Woldberg replied:
is the place of the recordset above the Pure ASP Upload code?
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 22 Aug 2003 18:14:36
22 Aug 2003 18:14:36 Michael Kramer replied:
The Pure ASP Upload 2.13 code is the first item in the Server Behaviors list. The 2nd item is the recordset. The Smart Image Processor is the last item in the Server Behaviors list.
In the actual code, the recordset comes after the Smart Image Processord code.
Thanks for the much needed help!
Michael
Edited by - mkramer6 on 25 Aug 2003 01:06:06
In the actual code, the recordset comes after the Smart Image Processord code.
Thanks for the much needed help!
Michael
Edited by - mkramer6 on 25 Aug 2003 01:06:06