voxforge.org
VoxForge Dev

Changeset 2365

Show
Ignore:
Timestamp:
11/29/07 11:04:38 (10 months ago)
Author:
kmaclean
Message:

SpeechSubmision? 1.1.1 snapshot - with upload working

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/net/sf/postlet/UploadThread.java

    r2291 r2365  
    270270        } 
    271271// !!!!!! 
    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); 
    274274// !!!!!! 
    275275 
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java

    r2364 r2365  
    215215    String promptID9; 
    216216    String promptID10;   
    217      
    218     String fileFieldName; 
     217// !!!!!! required for the PHP uploader to work properly 
     218    String fileFieldName = "userfile";  
     219// !!!!!!     
    219220//  ############ Localized Fields ####################################    
    220221    JTextField usernameTextField;