Advanced Multi Uploader Support Product Page

Answered

AMU 1.0.5 and PPU 3.0.2

Asked 18 Dec 2013 04:52:09
1
has this question
18 Dec 2013 04:52:09 Paul Bausinger posted:
I have downloaded amu 1.05 and ppu 3.0.2 . I cannot get AMU to appear anywhere in any of my forms. I can get ppu to install but does not add amu for multi file uploads. Does AMU not work with PPU 3 even though it is advertised to do so?

Replies

Replied 18 Dec 2013 09:51:18
18 Dec 2013 09:51:18 Teodor Kuduschiev replied:
Hello,

Can you please be a little more detailed? What do you mean by: "I cannot get AMU to appear anywhere in any of my forms".
Did you check the product manual?
Replied 18 Dec 2013 14:20:17
18 Dec 2013 14:20:17 Paul Bausinger replied:
I have followed the basic tutorial, and the manual that I can find only opens a page that has the video tutorials.

When I insert the server behavior (I am using dreamweaver cc) I can only insert PHP Upload 3 or SIP (AMU is not an option). When I insert the PHP Upload 3 as in the tutorial, the flash section for AMU never appears on my page and multiple upload does not work. I did this on a simple php page with nothing on it except a form and file input.
Replied 18 Dec 2013 14:25:15
18 Dec 2013 14:25:15 Teodor Kuduschiev replied:
I am not sure you are following the tutorials.
All you need to do is to open your page and click the Advanced Multi Uploader icon that is located in the DMXzone tab in the Insert Panel.



Note: In order to see the insert panel, please first enable it Window >Insert.
Replied 18 Dec 2013 14:25:48
18 Dec 2013 14:25:48 Paul Bausinger replied:
Question - I installed PHP 3 first, and then a couple days later AMU. Do I need to install in a certain order?
Replied 18 Dec 2013 14:27:26
18 Dec 2013 14:27:26 Paul Bausinger replied:
I got it now - I thought it had to be inserted from the Server behavior tab. I see it in the Insert tab now. Will give it a shot! Thanks for quick replies!
Replied 18 Dec 2013 14:31:16
18 Dec 2013 14:31:16 Paul Bausinger replied:
Works perfectly!
Replied 18 Dec 2013 16:26:51
18 Dec 2013 16:26:51 Paul Bausinger replied:
Might have jumped the gun. Using IE11 on Windows 8, php 5.3

Added AMU to a basic form in a 2nd level folder (not .htaccess enabled or https enabled). Works just fine.

Added same code to a file that is inside a folder with .htaccess and https enabled, and it does nothing using IE11. Just says uploading. Have to click the upload button twice.

Use the same form no changes in chrome and it works perfectly. Also works in Safari...

Here is the FORM CODE:

            <form action="https://wingardsports.com/employeeArea/controlPanel/admin/gallery/galleryUploadImages.php?galleryid=1&schoolyear=2013&GP_upload=true" method="post" enctype="multipart/form-data" name="UploadQueue" id="UploadQueue" onSubmit="validateForm(this, '', false);;return document.MM_returnValue">
              <input type="hidden" name="APC_UPLOAD_PROGRESS" value="52b1cd34a39ae" />              <fieldset class="fieldset">
                <legend>Add Gallery Images</legend>
                <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
                  <tr>
                    <td colspan="3" style="padding-left:5"><br />
                      <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,63,0" width="100%" height="350" id="upload1" align="middle">
                        <param name="FlashVars" value="url=https%3A%2F%2Fwingardsports.com%2FemployeeArea%2FcontrolPanel%2Fadmin%2Fgallery%2FgalleryUploadImages.php%3Fgalleryid%3D1%26schoolyear%3D2013%26GP_upload%3Dtrue&formName=UploadQueue&FlashUpload=true" />
                        <param name="movie" value="dmxMultiUploader.swf" />
                        <param name="quality" value="best" />
                        <param name="wmode" value="transparent" />
                        <!--[if !IE]>-->
                        <embed src="dmxMultiUploader.swf" name="upload1" quality="best" flashvars="url=https%3A%2F%2Fwingardsports.com%2FemployeeArea%2FcontrolPanel%2Fadmin%2Fgallery%2FgalleryUploadImages.php%3Fgalleryid%3D1%26schoolyear%3D2013%26GP_upload%3Dtrue&formName=UploadQueue&FlashUpload=true" wmode="transparent" type="application/x-shockwave-flash" width="100%" height="350" pluginspage="http://www.macromedia.com/go/getflashplayer" />                
                        <!--<![endif]-->
                      </object>
                      <input name="Filename" type="file" style="display:none" onChange="validateFile(this, '', false);return document.MM_returnValue" />
                      <input type="hidden" name="Filedata" />
                      <script type="text/javascript">window.upload1 = document.forms["UploadQueue"].upload1;</script>
                      <br />
                      <br /></td>
                  </tr>
                </table>
              </fieldset>

Reply to this topic