Results 1 to 2 of 2
- 04-03-2012, 06:50 PM #1
Member
- Join Date
- Apr 2012
- Location
- Indianapolis, Indiana
- Posts
- 2
- Rep Power
- 0
Trouble with Video Upload Function
Hello I have a java servlet with the following code:
// handle uploaded Video Files (local and Server)
h.setOSVideoPath(multi.getParameter("hidOS_FILE")) ;
Then the .xml says this:
<tr>
<td/>
<td align="right">Our Services File:</td>
<td>
<span id="spOS_FILE"><input type="file" name="OS_FILE" id="OS_FILE" onchange="javascript:hidOS_FILE.value = this.value;"> Browse to video file or type URL
<xsl:attribute name="value">
<xsl:value-of select="EditFuneralHome/HOME_OUR_COMMITMENT/OS_FILE"/>
</xsl:attribute>
</input>
</span>
<input name="OS_FILE">
<xsl:attribute name="value">
<xsl:value-of select="EditFuneralHome/HOME_OUR_COMMITMENT/OS_FILE"/>
</xsl:attribute>
</input>
</td>
</tr>
<tr>
<td/>
<td/>
<td>
<xsl:if test="not(EditFuneralHome/HOME_OUR_COMMITMENT/OS_FILE[.=''])">
<font color="blue">Current File Chosen: <xsl:value-of select="EditFuneralHome/HOME_OUR_COMMITMENT/OS_FILE"/></font>
</xsl:if>
</td>
</tr>
================================================== ==============
The textbox does not allow one to enter in a value, such as a URL. Also the functionality of the upload appears broken. Do you have any suggestions?
Thanks, Midani
- 04-03-2012, 06:57 PM #2
Similar Threads
-
Recursive function to iteractive function
By mikeZet in forum New To JavaReplies: 0Last Post: 03-13-2012, 01:42 AM -
Calling function in Javascript- from other function
By jdigger in forum New To JavaReplies: 1Last Post: 02-27-2011, 09:00 PM -
Possible? Callback function passed as arguments to another function
By TreyAU21 in forum Advanced JavaReplies: 3Last Post: 12-04-2009, 03:08 PM -
:large file upload to server(chunk upload)
By tommy_725 in forum NetworkingReplies: 0Last Post: 10-16-2009, 12:21 AM -
Rad Upload 3.12
By levent in forum Java SoftwareReplies: 0Last Post: 06-01-2007, 06:50 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks