Server side exception: failed to upload xxxx.zip - session expired ...

  •  08-27-2010, 2:15 PM

    Server side exception: failed to upload xxxx.zip - session expired ...

    We are evaluating this component prior to purchase and have managed to inject the required phpfileuploader code into the existing standard form:
        <tr>
            <td>Zip Archive File Location 1:</td>
            <td>
                {php}
                    $uploader=new PhpUploader();  
                    $uploader->Name="myuploader";   
                    $uploader->Render();
                {/php}
            </td>
        </tr>
    (Happens to be within a smarty template)
    When the upload gets to 100%, the message is displayed in an alert() per the subject of the post and I imagine therefore that our back-end code will not execute.
     Can anyone please explain the likely reasons for this message so that we can either tackle it ourselves, or escalate it to the authors of the third-party library we are modifying?
     
    Best regards,
     
    RoyG
View Complete Thread