Advanced Multi Uploader Support Product Page

In progress

Safari, Chrome and Firefox issue on Mac

Reported 20 Nov 2011 06:51:39
1
has this problem
20 Nov 2011 06:51:39 Eric Jennings posted:
When the page opens the loader does not display. I have to refresh the page 2 or 3 times then it will appear. This is in PHP.

Any suggestions or do you need more info?

thx
Eric

Replies

Replied 05 Dec 2011 13:50:35
05 Dec 2011 13:50:35 Miroslav Zografski replied:
Hello Eric,

Please, provide a link to the page in question or to a test page where this issue can be reviewed. In addition you can provide the code of that page to my e-mail:
Replied 05 Dec 2011 19:35:09
05 Dec 2011 19:35:09 Eric Jennings replied:
Hi Miroslav,

I just sent an email to you with the coded page.
The site is live so I would rather not post a link, but here is the uploader code:

<form action="<?php echo $editFormAction; ?>" method="post" enctype="multipart/form-data" name="UploadQueue" id="UploadQueue" onsubmit="checkFileUpload(this,'',false,'','','','','','','');return document.MM_returnValue">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,63,0" name="upload1" width="900" height="350" align="middle" id="upload1">
<param name="FlashVars" value="url=<?php echo urlencode($GP_uploadAction); ?>&formName=UploadQueue&allowedExtensions=jpg,GIF,JPG,JPEG,BMP,PNG"&redirectUrl=".$ppu->redirectURL;}?>" />
<param name="movie" value="dmxMultiUploader.swf" />
<param name="quality" value="best" />
<param name="wmode" value="transparent" />
<embed src="dmxMultiUploader.swf" name="upload1" quality="best" flashvars="url=<?php echo urlencode($GP_uploadAction); ?>&formName=UploadQueue&allowedExtensions=jpg,GIF,JPG,JPEG,BMP,PNG"&redirectUrl=".$ppu->redirectURL;}?>" wmode="transparent" type="application/x-shockwave-flash" width="900" height="350" pluginspage="www.macromedia.com/go/getflashplayer" />
</object>
<input name="Filename" type="file" style="display:none" onchange="checkOneFileUpload(this,'',false,'','','','','','','')" />
<input type="hidden" name="Filedata" />
<input name="intpropID" type="hidden" id="intpropID" value="<?php echo $row_rsProp['intpropID']; ?>" />
<input name="Display" type="hidden" id="Display" value="1" />
<input type="hidden" name="MM_insert" value="UploadQueue" />
<script type="text/javascript">window.upload1 = document.forms["UploadQueue"].upload1;</script>
<input type="hidden" name="MM_insert" value="UploadQueue" />
</form>


thx
Eric

Reply to this topic