Smart Image Processor ASP Support Product Page

Trouble resizing

Reported 02 Sep 2003 12:48:37
1
has this problem
02 Sep 2003 12:48:37 Michael Koch posted:
I am using SIP and Upload 2.09 and it will not resize the image itself. I get the thumbnails in the correct size but not the main image. Folder Access for asp.net is correct as well as other settings. Please help.

Michael

Replies

Replied 10 Sep 2003 20:51:47
10 Sep 2003 20:51:47 Michael Koch replied:
did it. asp.net and aspimage working.

Folder permission seems to work. Asp.net has access but it still does not resize the large image but the thumbnail it does.

golfandvillas.com/test.asp

upload directory is /properties. It creates both files but the large image is not changed at all even so I am uploading first time. Updating the same.

I have no idea what else to do. I spoke even with enterhost.

Please help
Replied 06 Oct 2003 09:28:12
06 Oct 2003 09:28:12 Patrick Woldberg replied:
asp.net needs delete permissions on the folder

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 28 Oct 2003 18:58:18
28 Oct 2003 18:58:18 David Behan replied:
This is the same problem I am having. The thumbnail is being produced fine but the large image is not being resized at all.

Can you refresh my memory on how to setup delete permission on the folder, i.e. is it just read write script source access??

Thanks,

Dave
Replied 28 Oct 2003 20:17:52
28 Oct 2003 20:17:52 Tabe Ydo replied:
when i try to resize the iamge it does not resize at all, the original image stays teh same size and the thumbnail is not created... no warnings...
Replied 28 Oct 2003 20:29:43
28 Oct 2003 20:29:43 Tabe Ydo replied:
my problem was fixed when set the rights for IIS_WPG on the right folder...
Replied 29 Oct 2003 11:24:53
29 Oct 2003 11:24:53 Martha Graham replied:
Please download the latest version of the Smart Image Processor extension: 1.1.2

Martha Graham
DMXzone manager
Replied 29 Oct 2003 15:03:40
29 Oct 2003 15:03:40 David Behan replied:
Hi,

I have done that but now the error I am getting is this:

<font color=red>Error: System.UnauthorizedAccessException: Access to the path "D:\hshome\atoutnet\mywebsite.com\images\site\listings\SM2_1.jpg" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.Delete(String path) at ASP.ResizeImage_aspx.Page_Load(Object s, EventArgs e)</font id=red>

Any ideas??

Thanks,

Dave
Replied 30 Oct 2003 14:13:33
30 Oct 2003 14:13:33 Patrick Woldberg replied:
The ASPNET user probably does not have delete permission on that folder, please check this

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 02 Nov 2003 15:33:34
02 Nov 2003 15:33:34 stellan karlgren replied:
I´m using SIP 112 and pure upload 209, like everyone else i got no resizing of the original image.
The thumb is created fine.
I have set (just for testing) full permission for everyone on the folder where i´m uploading to. But nope, no resize.
I´m using .NET, but have also tried SIP´s own com object.

I´ve read on another thread that i could change the pau_thePath to the virtual path (ie "upload".
This would look like this:
<font color=red>if RUF_ResizeImages then
ResizeUploadedFiles RUF_Component, RUF_DotNetResize, "upload", "", RUF_maxWidth, RUF_maxHeight, RUF_Quality, true, pau_saveWidth, pau_saveHeight, RUF_AspectImages, pau_nameConflict, ""
end if
if RUF_MakeThumb then
ResizeUploadedFiles RUF_Component, RUF_DotNetResize, "upload", RUF_Suffix, RUF_maxWidthThumb, RUF_maxHeightThumb, RUF_QualityThumb, false, pau_saveWidth, pau_saveHeight, RUF_AspectThumb, pau_nameConflict, ""
end if</font id=red>

But no, it wont work.

Any really good sugestions?

Replied 05 Nov 2003 13:19:02
05 Nov 2003 13:19:02 Thorvaldur Hafdal Jonsson replied:
I´m having alot of trouble with the SIP.
If i try using a server path like "\\skotar-server\UserData\username\images" i get an errror so i tryed making a virtual path to my site ,that helped a little ,that is to say ,my original image uploaded to the right place but the SIP did not process it and did not make a thumbnail for me
if any body can help me please let me know
Replied 05 Nov 2003 14:33:12
05 Nov 2003 14:33:12 Martha Graham replied:
Please make sure you are using the latest versions of Pure ASP Upload and Smart Image Processor.
Pure ASP Upload: 2.16
www.dmxzone.com/go?1622
Smart Image Processor: 1.1.2
www.dmxzone.com/go?3965

Martha Graham
DMXzone manager
Replied 06 Nov 2003 11:12:28
06 Nov 2003 11:12:28 Thorvaldur Hafdal Jonsson replied:
i am using the SIP 1.1.2 but with no luck in the virtual dir.
the pure asp uoload put´s the file in the right place but SIP does not resize it and it does not create the thumb.
i´ve used it directly on the site and it works there
what can i do ?
Replied 04 Dec 2003 21:59:02
04 Dec 2003 21:59:02 Ole-Petter Hoel replied:
I bought SIP today, I have Pure ASP upload 2.13. I have succesfully used Pure ASP upload for a year or so. But this is no resizing the files.
Do I need to upgrade to 2.16? and wher do I get this version?

Replied 29 Dec 2003 05:58:51
29 Dec 2003 05:58:51 Jeff Murphy replied:
I have SIP 1.01 using with asp.net upload, It will resize the image but when I try to create thumbs I get this.
Smart Image Processor failed!

System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+. at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at PUImageProcessor.SmartImageProcessor.executeAddOn()
Please correct and try again

Permissions appear to be correct
Replied 29 Dec 2003 09:51:12
29 Dec 2003 09:51:12 Ole-Petter Hoel replied:
I got this messaga as well, but somehow, after some fumbling, it worked. (!?) I don't know why, but now the images are resized at the server.
Replied 29 Dec 2003 11:49:28
29 Dec 2003 11:49:28 Patrick Woldberg replied:
The error is a problem with the permissions, the ASPNET user does not have all the needed permissions

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 16 Jan 2004 14:10:00
16 Jan 2004 14:10:00 Nicolas Decourt replied:
I bought the SIP yesterday and haven't managed to make it work.
My server uses ASPJpeg and I use ASP Upload 2.09.
I have followed the tutorial to make the whole thing work but no resizing is happening.
I have also noticed that the SIP extension in DMX doesn't show the 'upload folder'.

I am using ASP VB as my scripting language.

What am I doing wrong and if the answer is to purchase ASP Upload 2.16, why does it say that we need ASP Upload 2.x??
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Please make sure you are using the latest versions of Pure ASP Upload and Smart Image Processor.
Pure ASP Upload: 2.16
www.dmxzone.com/go?1622
Smart Image Processor: 1.1.2
www.dmxzone.com/go?3965

Martha Graham
DMXzone manager
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 16 Jan 2004 15:04:03
16 Jan 2004 15:04:03 Martha Graham replied:
Please download the latest version of the Pure ASP Upload extension: version 2.17
This version is a free upgrade of the 2.09 version.
www.dmxzone.com/go?1622


Martha Graham
DMXzone manager
Replied 26 Oct 2005 15:42:56
26 Oct 2005 15:42:56 Bruce Hazelton replied:
I am getting the following error:

Error: System.UnauthorizedAccessException: Access to the path "I:\Inetpub\Wwwroot\clients\mmc_cms\sites\client_01\images\bg_masthead.jpg" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.Delete(String path) at _ASP.resizeImage_aspx.Page_Load(Object s, EventArgs e)

ASP.NET account has all privileges enabled for destination folder. I am using Upload 2.1.9 and SIP 1.1.2, Windows Server 2003. Any suggestions?

The Marvellous Media Company<br>
<a href="multimedia-production-services.co.uk">Multimedia Production Services</a>
Replied 26 Oct 2005 23:32:44
26 Oct 2005 23:32:44 George Petrov replied:
Hi Bruce,

Check the following FAQ: www.dmxzone.com/go?11158

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 27 Oct 2005 11:47:21
27 Oct 2005 11:47:21 Bruce Hazelton replied:
Sorry, George, that does not fix the problem. Is there anything else I can try? Have you successfully managed to get this to work on a W2K3 SP1 server?

The Marvellous Media Company<br>
<a href="multimedia-production-services.co.uk">Multimedia Production Services</a>
Replied 27 Oct 2005 18:43:44
27 Oct 2005 18:43:44 Eric Clay replied:
I am getting the exact same error as bruce on a windows 2003 server. the only way my server was able to get it to work was to give EVERYONE read write permissions. My server said this is unacceptable because it leaves them open to security exploits. I also tried to have my server install the provided server component and they said the server was not allowing it to install. Please advise on a solution here...

Edited by - assimilation on 27 Oct 2005 18:49:11
Replied 28 Aug 2010 07:03:30
28 Aug 2010 07:03:30 Elizabeth Martinez replied:
Hello
Same error but only on images larger than 1500 KB. Smaller images resize and rename without error.

We have changed the upload folder permissions to include, everyone, guest, IUSR_xxx, IIS_WPB, IWAM_xxx

We have changed the AspMaxRequestEntityAllowed="1073741824"

What setting should be changed to accept larger files?

thanks

Reply to this topic