Re: error 20011 (General questions)

by z, (6237 days ago) @ wodDamir

[code]
http.Request.FormUpload.Add allow_syndication , Yes
http.Request.FormUpload.AddFile field_uploadfile , lvFiles.ListItems.Item(1), video/avi
http.Post sUploadURL$
[/code]

after its done uploading


[code]
http.Request.FormPost.RemoveAll
http.Request.Formpost.Add field_myvideo_title , sTitle
[/code]


http.Request.Formpost is what its highlighting...

locked

Complete thread: