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

Notification

Icon
Error

Options
Go to last post Go to first unread
Jingoo  
#1 Posted : Wednesday, August 15, 2007 10:56:24 PM(UTC)
Jingoo

Rank: Member

Groups: Member
Joined: 6/27/2007(UTC)
Posts: 12

Hello,
using Image uploader V4.5.35, some of our users have a strange problem using IE (both 6 and 7).

On some images, the uploader send jpeg icon instead of the image thumbnail then stop sending pictures.
The original pictures a jpeg without problem.
Do you have any idea ?

Thank you

David
Jingoo.com

the code :
Code:
		<table class="TableLine" border="0" cellpadding="0" cellspacing="1" width="750">
		<tbody>
			<tr>

				<td class="InfoEntete1">
					
				</td>
			</tr>
			<tr>
				<td class="Coul5">

					<table background="http://imgs.jingoo.com/img/imgup_back.gif" border="0" cellpadding="0" cellspacing="0" height="30" width="100%">
					<tbody>
						<tr>
							<td width="8"><img src="http://imgs.jingoo.com/img/imgup_left.gif" height="30" width="8"></td>
							<td><img src="http://imgs.jingoo.com/img/imgup_back.gif" height="30" width="100"></td>
							<td width="1"><img src="http://imgs.jingoo.com/img/imgup_inter.gif" height="30" width="1"></td>
							<td width="140"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('selectall','','http://imgs.jingoo.com/img/imgup_select2.gif',1)" onclick="ImageUploader1.SelectAll();"><img src="http://imgs.jingoo.com/img/imgup_select1.gif" name="selectall" id="selectall" border="0" height="30" width="140"></a></td>
							<td width="1"><img src="http://imgs.jingoo.com/img/imgup_inter.gif" height="30" width="1"></td>
							<td width="147"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('unselectall','','http://imgs.jingoo.com/img/imgup_unselect2.gif',1)" onclick="ImageUploader1.DeselectAll();"><img src="http://imgs.jingoo.com/img/imgup_unselect1.gif" name="unselectall" id="unselectall" border="0" height="30" width="147"></a></td>

							<td width="1"><img src="http://imgs.jingoo.com/img/imgup_inter.gif" height="30" width="1"></td>
							<td width="130"><div align="right"><img src="http://imgs.jingoo.com/img/imgup_view.gif" height="30" width="129"></div></td>
							<td width="120"><span>
								<select id="selectView" 
									onchange="getImageUploader('ImageUploader1').setFolderView(this.options[this.selectedIndex].value);">
									<option value="0">Miniatures</option>
									<option value="1">Icones</option>
									<option value="2">Liste</option>

									<option value="3">Details</option>
								</select>
								</span></td>
							<td width="8"><img src="http://imgs.jingoo.com/img/imgup_right.gif" height="30" width="8"></td>
						</tr>
					</tbody>
					</table>
					<table width="750" border="0" cellpadding="0" cellspacing="0" >

					<tbody>
						<tr>
							<td align="center" height="500" width="750">
							<div height="500" width="750" align="center">
		<script language="javascript" src="/javascripts/iuembed.js"></script>
		<script src="http://imgs.jingoo.com/javascripts/Resources/fr.js" type="text/javascript"></script>
		<script language="javascript">
		function ImageUploader_ViewChange(){
			document.getElementById("selectView").selectedIndex = getImageUploader("ImageUploader1").getFolderView();
		}
		
		var iu = new ImageUploaderWriter("ImageUploader1", 750, 500);
		iu.activeXControlCodeBase = "/imageUploader/ImageUploader4.cab";
		iu.activeXControlVersion = "4,5,35,0";
		iu.javaAppletCodeBase = "/imageUploader/";
		iu.javaAppletCached = true;
		iu.javaAppletVersion = "2.5.35.0";
		fr_resources.addParams(iu);
		iu.addParam("UploadSourceFile", "True");
		iu.addParam("LicenseKey", "xxxxx");
		iu.addParam("EnableRotate", "True");
		iu.addParam("AllowAutoRotate", "true");
		iu.addParam("AllowRotate", "true");
		iu.addParam("AdditionalFormName", "Form1");
		iu.addParam("AutoRecoverMaxTriesCount","5");
		iu.addParam("AutoRecoverTimeOut","10000");
		iu.addParam("TimeOut", "0");
		iu.addParam("ShowContextMenu", "true");
		iu.addParam("ShowButtons", "False");
		iu.addParam("FilesPerOnePackageCount","1");
		iu.addParam("Action","http://www.jingoo.com/traitePhoto.php");
iu.addParam("RedirectUrl", "http://www.jingoo.com/album/liste_photographe.php");		
if(iu.getControlType() == 'Java')
		{
			iu.addParam("FolderView", "3");
			iu.addParam("UploadView", "3");
			document.getElementById("selectView").selectedIndex = "3";
		}
		iu.addEventListener("ViewChange", "ImageUploader_ViewChange");
		iu.writeHtml();
		</script>

							</div>
							</td>
						</tr>
					</tbody>
					</table>
					<table background="http://imgs.jingoo.com/img/imgup_back.gif" border="0" cellpadding="0" cellspacing="0" width="100%">
					<tbody>
						<tr>
							<td width="8"><img src="http://imgs.jingoo.com/img/imgup_left.gif" height="30" width="8"></td>

							<td><img src="http://imgs.jingoo.com/img/imgup_back.gif" height="30" width="100"></td>
							<td><img src="http://imgs.jingoo.com/img/imgup_back.gif" height="30" width="100"></td>
							<td width="1"><img src="http://imgs.jingoo.com/img/imgup_inter.gif" height="30" width="1"></td>
							<td width="142"><div id="btnannuler"><a href="/album/liste_photographe.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('annuler','','http://imgs.jingoo.com/img/imgup_annul2.gif',1)"><img src="http://imgs.jingoo.com/img/imgup_annul1.gif" name="annuler" id="annuler" border="0" height="30" width="142"></a></div></td>
							<td width="1"><img src="http://imgs.jingoo.com/img/imgup_inter.gif" height="30" width="1"></td>
							<td width="196"><div id="btntransfert"><a href="#" onclick="getImageUploader('ImageUploader1').Send(); return false;" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Transfer','','http://imgs.jingoo.com/img/imgup_trans2.gif',1)"><img src="http://imgs.jingoo.com/img/imgup_trans1.gif" name="Transfer" id="Transfer" border="0" height="30" width="196"></a></div></td>
							<td width="8"><img src="http://imgs.jingoo.com/img/imgup_right.gif" height="30" width="8"></td>
						</tr>
					</tbody>

					</table>
				</td>
			</tr>
		</tbody>
		</table>

Edited by user Monday, December 17, 2007 1:30:05 PM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Thursday, August 16, 2007 1:58:57 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello David,

Could you send us problem jpg files? Also we need to know more info described in this topic, at least OS version.

I didn’t see thumbnail generation code in your post. Please, give us the direct link to your site or full version of IU embedding code.

Edited by user Sunday, February 24, 2008 5:09:59 PM(UTC)  | Reason: Not specified

Best regards,
Eugene Kosmin
The Aurigma Development Team
fdenkens  
#3 Posted : Thursday, September 6, 2007 6:12:34 AM(UTC)
fdenkens

Rank: Member

Groups: Member
Joined: 9/4/2006(UTC)
Posts: 3

Hi,

If you look through the past posts in this forum, you will see that multiple people are having this issue (including us). Every time it is difficult to reproduce and thus we cannot provide you with the necessary 'full bug report' information required to resolve this. Maybe it is a good time to invest some time pro-actively in this issue, without every time opening your umbrella by asking for more information.

Don't be mistaken, we really appreciate your product. To this day it is the best product of it's kind arround, but that is no reason to keep on living with this issue.

Regards,

Frederik.
Eugene Kosmin  
#4 Posted : Sunday, September 9, 2007 1:56:32 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello Frederik,

I understand that sometimes it is difficult to get ‘full bug report’, but it is almost impossible to reproduce and fix a bug without having it. At least try to provide as mush as possible additional information for us. Thank you.

Edited by user Sunday, February 24, 2008 5:09:46 PM(UTC)  | Reason: Not specified

Best regards,
Eugene Kosmin
The Aurigma Development Team
Users browsing this topic
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.