Changeset 2306
- Timestamp:
- 10/01/07 01:15:05 (1 year ago)
- Files:
-
- Trunk/SpeechSubmission/VFSpeechSubmission/server/NewSubmitSpeechServer.php (added)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/NewSubmitSpeechServerStart.php (added)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeech.php (added)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeechStart.php (added)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/archive (added)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/archive/speechSubmission.php (moved) (moved from Trunk/SpeechSubmission/VFSpeechSubmission/server/speechSubmission.php)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/archive/submitSpeech.php (moved) (moved from Trunk/SpeechSubmission/VFSpeechSubmission/server/submitSpeech.php)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/archive/submitSpeechServerTest.php (moved) (moved from Trunk/SpeechSubmission/VFSpeechSubmission/server/submitSpeechServerTest.php)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.html (modified) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/javaUploadServer.php (modified) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/php.ini (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.html
r2283 r2306 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">2 1 <HTML> 3 <HEAD> 4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> 5 <TITLE>Applet test</TITLE> 6 <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0 (Linux)"> 7 <META NAME="CREATED" CONTENT="20070711;15215500"> 8 <META NAME="CHANGED" CONTENT="20070711;15221800"> 9 <STYLE> 10 <!-- 11 @page { size: 8.5in 11in } 12 --> 13 </STYLE> 14 </HEAD> 15 <BODY LANG="en-US" DIR="LTR"> 16 <P>Thanks for the upload</P> 2 <P>Thank you for the upload</P> 17 3 <P><BR><BR> 18 4 </P> 19 </BODY>20 5 </HTML> Trunk/SpeechSubmission/VFSpeechSubmission/server/javaUploadServer.php
r2283 r2306 24 24 // or "c:\php\uploads\" 25 25 // Note, this MUST have the trailing slash. 26 $uploaddir = ' /home/kmaclean/httpd/audiosubmissions/';26 $uploaddir = 'public/'; 27 27 // Whether or not to allow the upload of specific files 28 $allow_or_deny = false;28 $allow_or_deny = true; 29 29 // If the above is true, then this states whether the array of files is a list of 30 30 // extensions to ALLOW, or DENY