Rank: Newbie
Groups: Member
Joined: 9/25/2009(UTC) Posts: 2
|
I'm trying to test out this script for a website mini lab project http://www.staukclan.co.uk/uploader/index2.htmwhen i try and upload i get a upload error, page inacessible ? also trying to get a the Thumbnail ID working, but not sure im doing it right. Quote:<script language="javascript" src="iuembed.js"> </script> <script language="javascript"> var iu = new ImageUploaderWriter("ImageUploader", 650, 450); var tw = new ThumbnailWriter("ThumbnailID", 610, 500);
// If you do not want to use ActiveX or Java version, set the appropriate // property to false. iu.activeXControlEnabled = false; iu.javaAppletEnabled = true; iu.addParam("LicenseKey", "71060-4C58B-00000-03ACD-BLANKEDOUT;72060-4C58B-00000-056C0-BLANKEDOUT"); tw.addParam("ParentControlName", "ThumbnailID"); tw.addParam("Guid", "ThumbnailID");
iu.addParam("UploadView", "AdvancedDetails"); iu.addParam("FilesPerOnePackageCount", "1"); iu.addParam("EnableInstantUpload", "true"); iu.addParam("UploadPaneBackgroundImageFormat", "Url=BackgroundImage.jpg;Width=200;Height=200;Position=BottomRight");
// ... initialize params as described in the next topic ...
// As soon as you call this method, all necessary HTML code is inserted // into the page on the current position. Alternatively, you can // get the string with appropriate HTML code using the getHtml method, // and write it to the necessary position manually (maybe with some modifications). iu.writeHtml(); </script>
|
|
|
|
Rank: Advanced Member
Groups: Joined: 3/9/2008(UTC) Posts: 554
Was thanked: 1 time(s) in 1 post(s)
|
Hello,
I recommend you to see how to use Thumbnail control with Image Uploader control in our samples (Photo Order or Multiple Description samples). You can find them in Samples folder where you installed Image Uploader.
If you have any questions please let us know.
|
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 9/25/2009(UTC) Posts: 2
|
thanks for your reply. i have looked at the samples http://www.staukclan.co....ary/PhotoOrder/index.phpI have now got the uploader working and sizes for prints Is it possible to add customer details to the pictures uploaded as well ? Also when i goto the gallery to view the uploaded files, the thumbnail works, but when you click on the image it won't load or download http://www.staukclan.co....y/PhotoOrder/gallery.phpAlso upon completion of a users upload of photos is it possible to send a email directly to the lab ?
|
|
|
|
Rank: Advanced Member
Groups: Joined: 3/9/2008(UTC) Posts: 554
Was thanked: 1 time(s) in 1 post(s)
|
Hi, Quote:Also when i goto the gallery to view the uploaded files, the thumbnail works, but when you click on the image it won't load or download I just visited your page and everything worked well. Do you still have problem with it? Quote:Is it possible to add customer details to the pictures uploaded as well ? Yes, it is possible. How to do it you can read here: Uploading Additional Data with FilesQuote:Also upon completion of a users upload of photos is it possible to send a email directly to the lab ? This functionality does not depend on Image Uploader. If you need it, you should realize it yourself. Edited by user Sunday, September 27, 2009 9:13:38 PM(UTC)
| Reason: Not specified |
|
|
|
|
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.