Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
JFRanger  
#1 Posted : Friday, April 13, 2007 5:59:33 AM(UTC)
JFRanger

Rank: Member

Groups:
Joined: 4/13/2007(UTC)
Posts: 6

Hello every one!

We are testing "dual Image upload", we are amazed by the product but having 2 problems...

Problem 1 - For no reason when we upload a big batch of images (400+) all process is running fine, but on the server there is ALWAYS only 380 files...

Web app is running on IIS6/WIN2k3;

A- I've boost up "script time-out" to the max.

B- The max upload file size under the MetaBase.xml was also modified.

Problem 2 - Under MAC ONLY (fireFox & Safari) when we are trying to upload BIG SIZE PICTURES (5Mb + / + 3000px x 3000px) a crash occurs on client side, but only under MAC

ANY SUGGESTIONS?

Hope having some advise or help!

Great product!

Thanks

//JF//
Alex Makhov  
#2 Posted : Monday, April 16, 2007 3:06:38 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Problem 1: Does this number (380) depend on any settings of Image Uploader (UploadSourceFile, XXXFitMode, XXXWidth, XXXHeight)? Does this problem occur with both versions of Image Uploader (Java and ActiveX)?

Problem 2: Do you have a Java console dump of the problem? Try to change the value of UploadThumbnailNNResizeQuality to different values. The possible values are "Medium" and "High".

Edited by user Wednesday, October 29, 2008 2:39:49 AM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

JFRanger  
#3 Posted : Tuesday, April 17, 2007 9:01:17 AM(UTC)
JFRanger

Rank: Member

Groups:
Joined: 4/13/2007(UTC)
Posts: 6

Thank you for the fast reply Alex!

1- No there is not a "380" in the settings, yes the problem occurs with both versions (Win/Mac/IE/Safari/FF).

I tougth the problem was because it was the "trial version" so I've bought today a "DUAL LICENSE", added both LicenseKey in params, and... same problem!

Before posting in the forum, we tried all options... re-boot server, upload low-rez images, high-Rez images, 400 files, 500 files and always stops @ 380.

Also tried 379 files... no problems! So the error always occurs @ 380 with all OS and Browsers

To help us, here's the code;

Code:


  <script type="text/javascript">

function ImageUploader_Progress(Status, Progress, ValueMax, Value, StatusText ){
	if (Status=="COMPLETE"){
		window.location = 'default.asp?action=view&showleftpanel=true&showfolder=' + document.getElementById("showfolder").value ;  
	}
} 


var iu = new ImageUploaderWriter("ImageUploader1", 875, 400);
iu.activeXControlCodeBase = "bin/ImageUploader4.cab";
iu.activeXControlVersion = "4,1,21,0";

iu.javaAppletCodeBase = "bin/";
iu.javaAppletCached = true;
iu.javaAppletVersion = "2.1.30.0";

iu.showNonemptyResponse = "off";

iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("UploadView", "Details");
iu.addParam("ShowDebugWindow", "true");
iu.addParam("EnableRotate", "true");
iu.addParam("CacheGuiGraphics","true");
iu.addParam("GuiGraphicsVersion","1");
iu.addParam("ShowDescriptions", "false");
iu.addParam("BackgroundColor", "#ffffff");
iu.addParam("AdditionalFormName", "Form1");
iu.addParam("FileMask", "*.jpeg;*.jpg;*.jpe;");
iu.addParam("UploadSourceFile", "false");
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "410");
iu.addParam("UploadThumbnail1Height", "450");
iu.addParam("UploadThumbnail1JpegQuality", "80");
iu.addParam("UploadThumbnail1CopyExif", "true");
iu.addParam("UploadThumbnail1Watermark", "Text='<%=myWaterMArk%>';FillColor=#ffffff;Position=BottomCenter;Size=27;Opacity=100;Style=Bold,Italic");
fr_resources.addParams(iu);
iu.addParam("Action", "DundasUpload.asp");
iu.addParam("LicenseKey", "xxxx-xxxx-xxxx-xxxx;xxxx-xxxx-xxxx-xxxx");
iu.addEventListener("Progress", "ImageUploader_Progress");

iu.writeHtml();
</script> 

Any suggestions? buy a new 1950 PowerEdge from Dell? :=)

Talk to you later,

Edited by user Friday, February 22, 2008 2:37:57 PM(UTC)  | Reason: Not specified

//JF//
JFRanger  
#4 Posted : Wednesday, April 18, 2007 6:37:20 AM(UTC)
JFRanger

Rank: Member

Groups:
Joined: 4/13/2007(UTC)
Posts: 6

Hello Alex,

To help us, I did something else...

I added a "send email function" a the "beginning" and at the "end" of the DundasUpload.asp, that way I know what is appending on the server side and receive a notification at the beginning and at the end!!!

1 - If I upload less then 380 files, I do receive the "START JOB EMAIL" and "END JOB EMAIL" with the proper information’s e.g.: number of files in the form, uploaded name files , time of process...

BUT

2 - If I send more than 380 files... I never receive the "END JOB EMAIL"...

SO... I don’t know why but, the upload scripts stop his job at 380 files...

- In IIS, I’ve change the AspMaxRequestEntityAllowed to 1073741824 (1GB) in the MetaBase.xml

- In the DundasUpload.asp, the Server.ScriptTimeout = 300000000 is there

- In the DundasUpload.asp, the objUpload.MaxUploadSize = 1073741824 (1GB) is there

- I've also on/off "on error resume next" (ASP)

I'm I missing some thing here?

I'm I going nuts?

Should I search for an other job, like at Mc Donalds, serving hamburgers?

//JF//
Alex Makhov  
#5 Posted : Friday, April 20, 2007 1:35:19 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

As you told the problem occur with both versions of Image Uploader. This fact usually means that the problem is either in the client script or is no the server side. I think in your case there is something wrong happened on the server side. Try to make upload using another upload processing component (AspSmartUpload or another – there are such samples in Image Uploader sample set) or another platform (PHP, ASP.NET). It really looks like there is some restriction on the server side and the main goal is to find this restriction.

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.