| View previous topic :: View next topic |
| Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Sat Nov 05, 2011 3:22 pm Post subject: VDSTcp - upload help |
|
|
Does anyone know how can I upload a file using the HTTP Post command in vdstcp? I have tried:
| Code: | | HTTP POST,<url>,<list>,<filename>,showprogress |
but it doesn't work.
Thanks! _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
bornsoft Contributor

Joined: 19 Feb 2009 Posts: 113 Location: Germany
|
Posted: Sat Nov 05, 2011 5:09 pm Post subject: |
|
|
Hi LiquidCode,
first I do not have VDSTCP, thus i cannot answer your question directly.
The reason for replying to your post anyway is that I'm currently working on my bsWinSock unit which gives direct socket-access to VDS without an external DLL. And with this it should be easy to do what you want.
The bsWinSock unit currently is in a very alpha state but on a good way. If you'd be interested in testing and helping to improve this unit I'd be happy to send it over to you.
Concerning your question to send files using HTTP Post I found this site to do it in VB:
http://www.vbforums.com/showthread.php?t=337424
The VB sources are there to download.
With this knowledge and my bsWinSock unit you could try your luck.
Greetings.
bornSoft
. |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Sat Nov 05, 2011 7:54 pm Post subject: |
|
|
Sure, i'll help beta test. Thanks for the info and reply! _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
|