Changeset 60
- Timestamp:
- 01/21/05 12:21:36 (7 years ago)
- Files:
-
- trunk/AMP/amp_conf/htdocs/admin/ivr.php (modified) (1 diff)
- trunk/AMP2-UseAmportal/amp_conf/var/www/html/admin/ivr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/AMP/amp_conf/htdocs/admin/ivr.php
r57 r60 91 91 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> 92 92 <input type="hidden" name="display" value="2"> 93 <input type="hidden" name="promptnum" value="<?echo $promptnum?>"> 93 94 <input type="file" name="ivrfile"/> 94 95 <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 91 91 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> 92 92 <input type="hidden" name="display" value="2"> 93 <input type="hidden" name="promptnum" value="<?echo $promptnum?>"> 93 94 <input type="file" name="ivrfile"/> 94 95 <input type="button" value="Upload" onclick="document.upload.submit(upload);alert('Please wait until the page reloads.');"/>
