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

Notification

Icon
Error

Options
Go to last post Go to first unread
senzafine  
#1 Posted : Friday, September 2, 2005 2:02:37 AM(UTC)
senzafine

Rank: Member

Groups: Member
Joined: 4/14/2004(UTC)
Posts: 25

Recently upgraded to 1.1.02.0 and firefox won't load.

Url is http://dev.fotoflix.com/ with username jmathai and password jmathai. Log in then go to "My FotoBox" then you'll see an orange "Upload Fotos" button.

Thanks,

Here is the code:

Code:
        var iu = new ImageUploaderWriter("ImageUploader", 733, 500);
        
        //For ActiveX control we specify full path for CAB file
        iu.activeXControlEnabled=false;
        //iu.activeXControlCodeBase = "/bin/ImageUploader2.cab";
        //iu.activeXControlVersion = "";
        //For Java applet we specify only directory with JAR files
        iu.javaAppletCodeBase = "/";
        iu.javaAppletCached = false;
        iu.javaAppletVersion = "1.1.02.0";
        
        iu.addParam("Layout", "ThreePanes");
        iu.addParam("FolderView", "Thumbnails");					
        iu.addParam("UploadView", "Thumbnails");				
        
        iu.addParam("UploadThumbnail1FitMode", "fit");
        iu.addParam("UploadThumbnail1Width", "120");
        iu.addParam("UploadThumbnail1Hieght", "120");
        iu.addParam("UploadThumbnail1JpegQuality", "60");
        
        iu.addParam("BackgroundColor", "#FFFFFF");
        iu.addParam("PaneBackgroundColor", "#FFFFFF");
        
        iu.addParam("PreviewThumbnailSize", "75");
        iu.addParam("FolderPaneHeight", "350");
        iu.addParam("TreePaneHeight", "200");
        iu.addParam("DropFilesHereText", "Drag and drop fotos here");
        iu.addParam("ProgressDialogTitleText", "FotoUploader");
        iu.addParam("FilesPerOnePackageCount", "1");
        iu.addParam("KilobytesText", "KB");
        iu.addParam("MegabytesText", "MB");
        iu.addParam("ShowDescriptions", "false");
        iu.addParam("MessageBoxTitleText", "FotoUploader");
        iu.addParam("MessageUploadCancelledText", "FotoUploader was cancelled.");
        iu.addParam("MessageUploadCompleteText", "Your fotos were successfully uploaded.");
        iu.addParam("MessageNoFilesToSendText", "Please drag and drop the fotos you want to upload into the pane below the thumbnails.");
        iu.addParam("MessageUnexpectedErrorText", "FotoUploader was interupted.");
        iu.addParam("ProgressDialogWaitingForResponseFromServerText", "Waiting for response from FotoFlix...");
        iu.addParam("ProgressDialogSentText", "Amount sent: [Current] of [Total]");
        iu.addParam("MessageMaxTotalFileSizeExceededText", "The foto [Name] cannot be selected because it exceeds your available limit of [Limit] Kb.");
        
        iu.addParam("ShowButtons", "False");
        iu.addParam("ShowStatusPane", "True");
        
        iu.addParam("ShowDebugWindow", "True");
        iu.addParam("Action", "/upload_single?user_enc=3-8cd1fc2b8faa5f2996ed6cd5aada40c8&no_redirect=1");
        iu.addParam("RedirectUrl", "/?action=fotobox.upload_preference_set.act&uploader_preference=2");
        iu.addParam("LicenseKey", "6484-5017-5731-5936");
        iu.addParam("MaxTotalFileSize", "5009408");
        iu.addParam("FileMask", "*.jpg;*.jpeg;*.jpe;*.gif");
        
        iu.writeHtml();

Edited by user Sunday, December 23, 2007 5:44:03 PM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Friday, September 2, 2005 4:28:27 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Quote:
senzafine (9/2/2005)

Recently upgraded to 1.1.02.0 and firefox won't load.

Url is http://dev.fotoflix.com/ with username jmathai and password jmathai. Log in then go to "My FotoBox" then you'll see an orange "Upload Fotos" button.

It works perfectly for me in Firefox on Windows. If you try to use it on Mac then see the following topic:

View post

Best regards,

Fedor Skvortsov

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.