Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to fill a file upload HTML textbox from VFP
Message
 
 
To
07/05/2004 14:12:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00901893
Message ID:
00902035
Views:
43
Juliano,

So if you fill in the field File1 with a valid filename and submit the form does it work? For example:
...
loItem = loForm.item( "File1" )
loItem.value = "c:\test.txt"
loForm.Submit() && submit the form
>All David, that's all fine for me...
>My problem is to fill in a FILE textbox.
>Here is the HTML Form I must fill in through VFP
>
> form method=post ENCTYPE="multipart/form-data"
> input type="file" name="File1"
> input type="submit" Name="Action" value="Upload the file"
> /form
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform