473,382 Members | 1,078 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How to access a webserver using VB

19
I have been trying to use the following code to access webserver:
Public Sub Upload()

Dim upload As New ChilkatUpload
upload.Hostname = "xyz.com"
upload.Path = "wva.cgi"
' Add one or more files to be uploaded.
upload.AddFileReference("file1", "updates_document.csv")
'upload.AddFileReference("file2","pigs.xml")
'upload.AddFileReference("file3","sample.doc")

End Sub

But it keeps giving me a chilkatupload error stating that ChilkatUpload is not defined and also says that chilkat.exe is missing.

Can someone please help me.

Thanks
May 31 '07 #1
1 1527
Dököll
2,364 Expert 2GB
I have been trying to use the following code to access webserver:
Expand|Select|Wrap|Line Numbers
  1.  
  2. Public Sub Upload()
  3.  
  4.         Dim upload As New ChilkatUpload
  5.         upload.Hostname = "xyz.com"
  6.         upload.Path = "wva.cgi"
  7.         '  Add one or more files to be uploaded.
  8.         upload.AddFileReference("file1", "updates_document.csv")
  9.         'upload.AddFileReference("file2","pigs.xml")
  10.         'upload.AddFileReference("file3","sample.doc")
  11.  
  12.             End Sub
  13.  
But it keeps giving me a chilkatupload error stating that ChilkatUpload is not defined and also says that chilkat.exe is missing.

Can someone please help me.

Thanks
Get a load of this reading, code added further in:

http://www.allsyntax.com/tutorials/V...ebserver/1.php

My Google results, just in case:

http://www.google.com/search?hl=en&r...t+to+webserver
Jun 2 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Chuck | last post by:
Here is my setup. Netgear Router with a webserver and database server NAT'd behind the firewall. Microsoft Windows 2000, IIS 5 - Web Server Microsoft Windows 2000, MySQL - Database Server ...
8
by: Paul Ponting | last post by:
Hi Is it possible to do basic file system access within HTML? I want to be able to do the following tasks to a known full path and filename Delete (with warning prompt if possible) Open...
7
by: Graham Taylor | last post by:
I've tried posting this in the 'microsoft.public.access' but I will post it here also, as I think it might be the webserver which is causing my problem. --------- I have an Access 2003 database...
2
by: bbxrider | last post by:
win2k adv server/ iis5.0/vb6.0/ado and/or odbc connections on client machine i have an mdb on win2k adv server machine and want internet read/write to it from both a non-windows, red hat, webserver...
0
by: Greg Cyrus | last post by:
When I use localhost as Webserver I can access everything. But running another Webserver on a seperate Computer in the network - I can open or create projects. As I understand the...
16
by: JonnyD | last post by:
I am working on a project to build a reporting web app from an exsiting database that is controled by a local application. The application that has control over the database creates a lock file to...
4
by: carson | last post by:
I have written two windows services: - service A does some crunching of local data files and uploads them to a central processing computer via http. - service B monitors a manifest file on a...
24
by: dancer | last post by:
Using ASP.net 1.1 and Microsoft Access. I received the following error message. Why? I have closed the Access file. I have another very small access file that opens with no trouble with the...
13
by: Charlotte | last post by:
Hi, i've googeled to find a asp-script that can compare all the records in two different access databases the mdb's have exactly the same tables what i want is that (the output) all the...
2
by: Martin | last post by:
From a PHP script, is there any way to retrieve data from an MS Access database that's located on another computer (on a LAN) other than by using ODBC? I posted a question here a couple of weeks...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.