Advanced HTML Editor Support Product Page
This topic is locked
This topic was archived
Smart Image Processor doesnt seemt o be working
Reported 03 Feb 2004 20:16:58
1
has this problem
03 Feb 2004 20:16:58 Anthony Covert posted:
The image resize functionality doesnt seem to be working from the editor for me.I have tested ASP Upload and Smart Image Processor on a page by themselves and the images are getting resized.
I have also noticed I have to have my editor page in the root along with teh ADVHTML folders to get images to show up in the editor window.
Thanks,
Tony
Replies
Replied 03 Feb 2004 23:31:34
03 Feb 2004 23:31:34 Anthony Covert replied:
It seems as though the upload.asp page is what pops up (instead of upload_resize.asp) even though I have resize checked in the properties inspector.
Replied 03 Feb 2004 23:53:26
03 Feb 2004 23:53:26 Paul Kramer replied:
image resize does not seem to be working here either.
SIP works on its own but not thru the editor.
TooTall
SIP works on its own but not thru the editor.
TooTall
Replied 04 Feb 2004 00:15:21
04 Feb 2004 00:15:21 George Petrov replied:
did you download the latest version 1.02 and make sure the files from ScriptLibrary are uploaded to your server/
Greetings,
george
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------
Greetings,
george
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------
Replied 04 Feb 2004 00:18:52
04 Feb 2004 00:18:52 Anthony Covert replied:
Yep...
I removed all of the files and folder when I installed the new version.
I then reapplied the extension and re upped all of the files and folders.
Tony
I removed all of the files and folder when I installed the new version.
I then reapplied the extension and re upped all of the files and folders.
Tony
Replied 04 Feb 2004 00:19:57
04 Feb 2004 00:19:57 Paul Kramer replied:
I'm testing locally so no need for uploading, I ran the detectsip script an dit says it found SIP own component, aspjpeg and .net,
which one will it use in that scenario?? I'm not sure why it detected .net since I do not have the framework installed on this machine.
TooTall
which one will it use in that scenario?? I'm not sure why it detected .net since I do not have the framework installed on this machine.
TooTall
Replied 04 Feb 2004 11:09:02
04 Feb 2004 11:09:02 Patrick Woldberg replied:
The Smart Image Processor is set to AUTO, it will use the first component it detects. If you wish to adjust it then open the AdvHTML_Popups/upload_resize.asp and you van manualy change it. Be sure that you have set enough permissions on the AdvHTML_Upload folder
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 05 Feb 2004 04:26:29
05 Feb 2004 04:26:29 Anthony Covert replied:
I am still only getting the upload.asp page and not the upload_resize.asp page for my upload popup even though I have selected resizing in the extension properties.
Is this a known issue... is there going to be a fix.
I have deleted all associated files and reapplied the extension twice, that doesn't seem to make any difference.
Please help <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Is this a known issue... is there going to be a fix.
I have deleted all associated files and reapplied the extension twice, that doesn't seem to make any difference.
Please help <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replied 05 Feb 2004 04:33:26
05 Feb 2004 04:33:26 Dave E-S replied:
I've noticed that this line applied to the form by the server behavior is very buggy.
>>
config="mw:300;mh:300;upload:asp;resize:true"
>>
The aproprioate information such as whether or not image resize is "true" or the whether the image size is inserted seems to work a little differently each time I create a new page. Try it out. Create a new page , add the server behavior and check this line. Then create a couple more test pages. Let me know if you find this to be true also.
So far support has been no help to me. I really wanted this image upload to work.
>>
config="mw:300;mh:300;upload:asp;resize:true"
>>
The aproprioate information such as whether or not image resize is "true" or the whether the image size is inserted seems to work a little differently each time I create a new page. Try it out. Create a new page , add the server behavior and check this line. Then create a couple more test pages. Let me know if you find this to be true also.
So far support has been no help to me. I really wanted this image upload to work.
Replied 05 Feb 2004 04:44:59
05 Feb 2004 04:44:59 Anthony Covert replied:
This is what that line looked like in my page:
config="upload:asp;resize:true"
When I updated the code to this:
config="mw:300;mh:300;upload:asp;resize:true"
I finally got the upload_resize.asp page as my popup
But then when I went to upload I got the following error.
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'ResizeUploadedFiles'
/AdvHTML_Popups/upload_resize.asp, line 53
Any help is appreciated as well as any updates as to what the heck is going on.
Thanks,
Tony
config="upload:asp;resize:true"
When I updated the code to this:
config="mw:300;mh:300;upload:asp;resize:true"
I finally got the upload_resize.asp page as my popup
But then when I went to upload I got the following error.
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'ResizeUploadedFiles'
/AdvHTML_Popups/upload_resize.asp, line 53
Any help is appreciated as well as any updates as to what the heck is going on.
Thanks,
Tony
Replied 05 Feb 2004 07:31:54
05 Feb 2004 07:31:54 Paul Kramer replied:
ok I figured out why the resize function wasn't working for me:
When I would click the "Resize Max" checkbox it would add the "resize:true" to the config line but it does not add the "mh" and "mw" values that defualt in to the value boxes. (i think they default to the last used values) if I delete the values then type them in again then it will add the mw and mh values to the config line.
the reverse is also true when you uncheck the "Resize Max" box, it removes the resize:true entry but does not remove the mh and mw values form the cobfig line.
Hope this helps.
TooTall
When I would click the "Resize Max" checkbox it would add the "resize:true" to the config line but it does not add the "mh" and "mw" values that defualt in to the value boxes. (i think they default to the last used values) if I delete the values then type them in again then it will add the mw and mh values to the config line.
the reverse is also true when you uncheck the "Resize Max" box, it removes the resize:true entry but does not remove the mh and mw values form the cobfig line.
Hope this helps.
TooTall
Replied 05 Feb 2004 07:37:42
05 Feb 2004 07:37:42 Dave E-S replied:
Does anyone else have "page not found" when upload is clicked (once you get the upload button to show up).
I get this AdvHTML_Popups/upload_resize.aspmw=300&mh=300&BaseURL=&GP
I think it should be this
AdvHTML_Popups/upload_resize.asp?mw=300&mh=300&BaseURL=&GP
Don't know how to fix it.
I get this AdvHTML_Popups/upload_resize.aspmw=300&mh=300&BaseURL=&GP
I think it should be this
AdvHTML_Popups/upload_resize.asp?mw=300&mh=300&BaseURL=&GP
Don't know how to fix it.
Replied 05 Feb 2004 21:44:58
05 Feb 2004 21:44:58 George Petrov replied:
this is fixed in the latest version 1.03 - you can download it from www.dmxzone.com/go?6180
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------
Replied 05 Feb 2004 21:55:40
05 Feb 2004 21:55:40 Dave E-S replied:
This is not fixed.
I just installed the update and I still receive this error. When I upload.
Page cannot be displayed
www.sportfishingkenai.com/AdvHTML_Popups/upload.aspBaseURL=&GP_upload=true
I just installed the update and I still receive this error. When I upload.
Page cannot be displayed
www.sportfishingkenai.com/AdvHTML_Popups/upload.aspBaseURL=&GP_upload=true
Replied 05 Feb 2004 22:47:05
05 Feb 2004 22:47:05 Anthony Covert replied:
Everything seems to be working ok for me now as far as the upload functionality goes!
I replaced all directories and files associated with the extension and I re-entered the values for the Maximum Width and Maximum Height fields.
Thanks for the update!
Tony <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
I replaced all directories and files associated with the extension and I re-entered the values for the Maximum Width and Maximum Height fields.
Thanks for the update!
Tony <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replied 06 Feb 2004 00:21:35
06 Feb 2004 00:21:35 Dave E-S replied:
I have deleted all of the old files associated with Adavanced HTML Editor including the script library.
I still receive page cannot be displayed when I attempt to upload.
My server file permission is set to modify for /AdvHTML_Upload.
I have been careful to do everything correctly.
Please review ..
www.sportfishingkenai.com/content_insert_test.asp
Please let me know if you are having the same issue on this page. The upload gives me a page not found.
I've installed and checked this on 2 different computers.
IE 6.0 win2000 Prof, and windows xp prof
Thanks
This is pretty frustrating. It seems to work for others just fine. I just can't get it to work here.
I still receive page cannot be displayed when I attempt to upload.
My server file permission is set to modify for /AdvHTML_Upload.
I have been careful to do everything correctly.
Please review ..
www.sportfishingkenai.com/content_insert_test.asp
Please let me know if you are having the same issue on this page. The upload gives me a page not found.
I've installed and checked this on 2 different computers.
IE 6.0 win2000 Prof, and windows xp prof
Thanks
This is pretty frustrating. It seems to work for others just fine. I just can't get it to work here.
Replied 06 Feb 2004 00:33:34
06 Feb 2004 00:33:34 Dave E-S replied:
I should also add that I'm using MX 2004.
What are you using?
What are you using?
Replied 06 Feb 2004 07:20:16
06 Feb 2004 07:20:16 Anthony Covert replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have deleted all of the old files associated with Adavanced HTML Editor including the script library.
I still receive page cannot be displayed when I attempt to upload.
My server file permission is set to modify for /AdvHTML_Upload.
I have been careful to do everything correctly.
Please review ..
www.sportfishingkenai.com/content_insert_test.asp
Please let me know if you are having the same issue on this page. The upload gives me a page not found.
I've installed and checked this on 2 different computers.
IE 6.0 win2000 Prof, and windows xp prof
Thanks
This is pretty frustrating. It seems to work for others just fine. I just can't get it to work here.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
From what I can see when I view the properties of the page that cant be displayed this is what I am guessing may be your trouble
www.sportfishingkenai.com/AdvHTML_Popups/upload.aspBaseURL=&GP_upload=true
I think for some reason the ? got dropped out of your query string.
Hence the following error
The page you are looking for cannot be displayed because the page address is incorrect.
I am not sure why the extension would be trying to pass that for the query string.
Hope that helps
Cheers,
Tony
I have deleted all of the old files associated with Adavanced HTML Editor including the script library.
I still receive page cannot be displayed when I attempt to upload.
My server file permission is set to modify for /AdvHTML_Upload.
I have been careful to do everything correctly.
Please review ..
www.sportfishingkenai.com/content_insert_test.asp
Please let me know if you are having the same issue on this page. The upload gives me a page not found.
I've installed and checked this on 2 different computers.
IE 6.0 win2000 Prof, and windows xp prof
Thanks
This is pretty frustrating. It seems to work for others just fine. I just can't get it to work here.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
From what I can see when I view the properties of the page that cant be displayed this is what I am guessing may be your trouble
www.sportfishingkenai.com/AdvHTML_Popups/upload.aspBaseURL=&GP_upload=true
I think for some reason the ? got dropped out of your query string.
Hence the following error
The page you are looking for cannot be displayed because the page address is incorrect.
I am not sure why the extension would be trying to pass that for the query string.
Hope that helps
Cheers,
Tony
Replied 06 Feb 2004 07:21:30
06 Feb 2004 07:21:30 Anthony Covert replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I should also add that I'm using MX 2004.
What are you using?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I am using Dreamweaver MX
I should also add that I'm using MX 2004.
What are you using?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I am using Dreamweaver MX
Replied 06 Feb 2004 07:26:15
06 Feb 2004 07:26:15 Dave E-S replied:
I pointed out in other forums that the"?" in the querystring keeps getting dropped. I can't figure out why.
Support has been totally silent. NO HELP AT ALL!!!
Support has been totally silent. NO HELP AT ALL!!!
Replied 06 Feb 2004 10:22:38
06 Feb 2004 10:22:38 Martha Graham replied:
Make sure you have the latest versions of the extensions:
Pure ASP Upload version 2.17
www.dmxzone.com/go?1622
Smart Image Processor version 1.1.2
www.dmxzone.com/go?3965
Advanced HTML Editor version 1.0.3
www.dmxzone.com/go?6180
You can find your purchase info and if there are updates for the extensions you own online at www.dmxzone.com
Login, go to MyDMXzone and selecct MyPurchases.
Make sure you login with the same username and password that you used to purchase the extensions.
Martha Graham
DMXzone manager
Pure ASP Upload version 2.17
www.dmxzone.com/go?1622
Smart Image Processor version 1.1.2
www.dmxzone.com/go?3965
Advanced HTML Editor version 1.0.3
www.dmxzone.com/go?6180
You can find your purchase info and if there are updates for the extensions you own online at www.dmxzone.com
Login, go to MyDMXzone and selecct MyPurchases.
Make sure you login with the same username and password that you used to purchase the extensions.
Martha Graham
DMXzone manager
Replied 06 Feb 2004 20:43:42
06 Feb 2004 20:43:42 Dave E-S replied:
Thanks
I figured this out ON MY OWN!!!
I posted these findings LAST NIGHT on the support forum.
I would have helped to have this info 2 days ago.
Dave
I figured this out ON MY OWN!!!
I posted these findings LAST NIGHT on the support forum.
I would have helped to have this info 2 days ago.
Dave
Replied 07 Feb 2004 14:01:51
07 Feb 2004 14:01:51 George Petrov replied:
sorry about that - it is now clarified in the description the Adv HTML Editor
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------

