Archived Forum Post

Index of archived forum posts

Question:

clear-file-reference in http-request

Nov 07 '13 at 16:51
Hello, I am working with Http ActiveX in Visual FoxPro 9. 
AFAIK , there is  no clear-file-reference  mothod  which exists in upload component
am i right ?

and i am curious about which one is  better for  http upload, 
http-active-x, or upload active-x


Answer

You would call HttpRequest.RemoveParam, passing the same parameter name as that provided in the AddFileForUpload method call.