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

Notification

Icon
Error

Options
Go to last post Go to first unread
jayesh.g  
#1 Posted : Thursday, December 4, 2008 12:38:15 AM(UTC)
jayesh.g

Rank: Newbie

Groups: Member
Joined: 9/25/2008(UTC)
Posts: 5

Hi,

i have implement Image upload using below scrip

<script type="text/javascript">
//<![CDATA[
//Create JavaScript object that will embed Image Uploader to the page.
var iu = new ImageUploaderWriter("ImageUploader1", 650, 400);

//For ActiveX control full path to CAB file (including file name) should be specified.
iu.activeXControlCodeBase = "ImageUploader5.cab";
iu.activeXControlVersion = "5,5,6,0";

//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletCodeBase = "./";
iu.javaAppletCached = true;
iu.javaAppletVersion = "5.5.6.0";


iu.showNonemptyResponse = "off";

//Configure appearance.
iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("ShowDebugWindow", "true");
iu.addParam("EnableRotate", "false");
iu.addParam("BackgroundColor", "#ccccff");

iu.addParam("Height" ,"450px");
iu.addParam("Width","650px");

//Configure thumbnail settings.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "450");
iu.addParam("UploadThumbnail1Height", "375");
iu.addParam("UploadThumbnail1JpegQuality", "100");
iu.addParam("UploadThumbnail1ResizeQuality", "High");

iu.addParam("LicenseKey", "LIC key");
iu.addParam("FileMask", "*.jpg;*.jpeg;*.jpe;*.bmp;*.gif");


//Configure URL files are uploaded to.

iu.addParam("Action", "Upload.aspx?ID=<%= sessionId %>") // sessionId - pass querystring
//iu.addParam("Action","UploadImage");

//Configure URL where to redirect after upload.
iu.addParam("RedirectUrl", "EventList.aspx")

//Tell Image Uploader writer object to generate all necessary HTML code to embed
//Image Uploader to the page.
iu.writeHtml();
//]]>
</script>


whenever i am upload 30 the images then get this error The server or proxy not found

Please Help me..

Edited by user Thursday, December 4, 2008 3:20:36 AM(UTC)  | Reason: Not specified

VoxEcho  
#2 Posted : Thursday, December 4, 2008 6:08:23 AM(UTC)
VoxEcho

Rank: Member

Groups: Member
Joined: 4/19/2007(UTC)
Posts: 9

jayesh.g  
#3 Posted : Thursday, December 4, 2008 1:30:15 PM(UTC)
jayesh.g

Rank: Newbie

Groups: Member
Joined: 9/25/2008(UTC)
Posts: 5



i have already refer this thread and set it..but still getting error

Please help me
Dmitry  
#4 Posted : Thursday, December 4, 2008 3:32:04 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

It seems Image Uploader cannot find upload script. Please, read the HOWTO: Use Action property topic that gives good outlook how to specify URL to upload script.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
jayesh.g  
#5 Posted : Thursday, December 4, 2008 7:48:04 PM(UTC)
jayesh.g

Rank: Newbie

Groups: Member
Joined: 9/25/2008(UTC)
Posts: 5

Dmitry wrote:
Hello,

It seems Image Uploader cannot find upload script. Please, read the HOWTO: Use Action property topic that gives good outlook how to specify URL to upload script.


hey i have write proper script Upload.aspx?ID=<%= sessionId %> , sessionId something like 1 or 2 or 3

still getting error please Help
Dmitry  
#6 Posted : Sunday, December 7, 2008 3:52:48 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Thank you for your post.

It still seems to me that Image Uploader cannot access server upload script. Could you specify this script as absolute URL just for testing purposes?
Code:

iu.addParam("Action", "http://www.mydomain.com/Upload.aspx?ID=1");


Btw, do you experience this problem in both Image Uploader Java and ActiveX versions?

Edited by user Sunday, December 7, 2008 3:55:25 PM(UTC)  | Reason: Not specified

Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Guest
Similar Topics
IIS 7 + The server or proxy not found (Discussions – ActiveX/Java Uploader)
by Gerard 11/25/2009 5:18:02 PM(UTC)
AMazon S3 error the server or proxy not found (Discussions – ActiveX/Java Uploader)
by seeyousurf 10/6/2009 10:57:34 PM(UTC)
the server or proxy not found (Discussions – ActiveX/Java Uploader)
by esthera 6/21/2007 5:33:31 PM(UTC)
3.5 - 4.5 Upgrade. ActiveX fails with 'The server or proxy not found' (Discussions – ActiveX/Java Uploader)
by Richardcanoe 6/14/2007 5:52:26 PM(UTC)
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.