Changeset 2365
- Timestamp:
- 11/29/07 11:04:38 (10 months ago)
- Files:
-
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/net/sf/postlet/UploadThread.java (modified) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java (modified) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/LocalSubmitSpeech.php (added)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/LocalSubmitSpeechServer.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/net/sf/postlet/UploadThread.java
r2291 r2365 270 270 } 271 271 // !!!!!! 272 System.err.println("After adding the URL variables to the string, it looks like this:");273 System.err.println(afterContent);272 System.err.println("After adding the URL variables to the string, it looks like this:"); 273 System.err.println(afterContent); 274 274 // !!!!!! 275 275 Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java
r2364 r2365 215 215 String promptID9; 216 216 String promptID10; 217 218 String fileFieldName; 217 // !!!!!! required for the PHP uploader to work properly 218 String fileFieldName = "userfile"; 219 // !!!!!! 219 220 // ############ Localized Fields #################################### 220 221 JTextField usernameTextField;