Upload pdf

Hi, I sure need help fast. I can't upload my pdf file. Please help. Thanks,  Sue Wall

suewall2@yahoo.com or 661-492-9715  Thanks so much

If you are using the Action script after save:

Make sure you filled out the values in the script: FTPUpload.vbs

domain="IP_OR_HOSTNAME_OF_FTP_SERVER_HERE"
rdir=""
user="PUT_USERNAME_HERE"
pass="PUT_PASSWORD_HERE"

If you are getting the error message about ActiveX component cant't create object "InetCtls.Inet.1" you are missing the VB6.0 developer files and specifically the "msinet.ocx" control. Just downloading it from somewhere and registering it will not help and just give you an "class in licensed for use" error - so you have to install the Visual Basic 6.0 development files on that machine if you want to use the script.