Changeset 60

Show
Ignore:
Timestamp:
01/21/05 12:21:36 (7 years ago)
Author:
rcourtna
Message:

upload wav did not return to proper page after submit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/AMP/amp_conf/htdocs/admin/ivr.php

    r57 r60  
    9191    Alternatively, upload a recording in <a href="#" class="info">.wav format<span>The .wav file _must_ have a sample rate of 8000Hz</span></a>:<br> 
    9292    <input type="hidden" name="display" value="2"> 
     93    <input type="hidden" name="promptnum" value="<?echo $promptnum?>"> 
    9394    <input type="file" name="ivrfile"/> 
    9495    <input type="button" value="Upload" onclick="document.upload.submit(upload);alert('Please wait until the page reloads.');"/> 
  • trunk/AMP2-UseAmportal/amp_conf/var/www/html/admin/ivr.php

    r57 r60  
    9191    Alternatively, upload a recording in <a href="#" class="info">.wav format<span>The .wav file _must_ have a sample rate of 8000Hz</span></a>:<br> 
    9292    <input type="hidden" name="display" value="2"> 
     93    <input type="hidden" name="promptnum" value="<?echo $promptnum?>"> 
    9394    <input type="file" name="ivrfile"/> 
    9495    <input type="button" value="Upload" onclick="document.upload.submit(upload);alert('Please wait until the page reloads.');"/>