Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 960
Product
JFile
Version
all
Title
Making floppy drives visible in the upload file selector
Problem
How do I make the floppy drives visible in the upload file selector?
Solution

To make the file selector open faster, the UseHardDriveOnly parameter is set to 1 by default, which only displays hard drives in the file selector.

If you wish to make the floppy drives available in the file selector, simply add the UseHardDriveOnly parameter with a value of 0 within the Applet tags of the UploadClient, as in the following example:

<APPLET code="softartisans.filetransfer.UploadClient.class" 
height="500" width="500" mayscript archive="filetransfer.jar" name="fileupload">
	
     <PARAM name="cabbase" value="filetransfer.cab">
     <PARAM name="PostURL" value="http://www.somewhere.com/formresp.asp">	

     <PARAM name="UseHardDriveOnly" value="0">
		
</APPLET>
Created : 11/1/2004 9:58:16 AM (last modified : 11/1/2004 9:58:16 AM)
Rate this article!
Comments