upload

  1. B

    Question uploading Image

    Help needed. I am newbie on VB.NET and looking to upload Image to DB converting to Byte. I have a BD where in a table named "tbemp" with fields "eid, name, image". My application have a Database Access file DBAccess.vb with the following code: Imports System.Data.SqlClientImports System.Data...
  2. M

    Question file upload to database

    Hello All, I would like to know, if there is a solution for uploading files (probably it will be PowerPoint presentation, but my employees are alloved to put into the database whatever they want - connected with the process) to Access database via VB.net Windows Form. Previously I had a...
  3. ndraycott

    Question File upload path not saving to database

    Hi I am attempting to write the file upload path to a sql server database. The file uploads fine but nothing is entered into the database? Any help would be greatly appreciated. Thanks Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnConfirm.Click...
  4. qwe2

    Question FTP upload problem

    Hi! I have some problems with the following code. I'm kinda new in programming. I would like to do that i connect to a FTP server on Form load event and when i'm connected i want to upload a file overwriting the previous one. The code works perfect if i connect to the server each time before i...
  5. L

    Uploading Image With Decaptcher.com Using API

    I have always used the API for Vb.net from Decaptcher.com and have always sent the Captcha by sending an actual url to them as you see in the code below. Or maybe it uploaded the image anyway to them (I use the Webbrowser Control) I'll use for example this: Dim dr As DecaptcherResult =...
  6. seinkraft

    Using HttpWebRequest to upload file to PHP url

    Hi everyone, i'm really new with HttpWebRequest and i don't understand it as well but i need it to use an api from my web to post images. I've this at the moment. Private Sub btnUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim request...
  7. Max D

    AccessImagine - make inserting pictures in your app or DB easy

    You often need users to provide some pictures to your application – even if it is not database-driven. Its quite time-consuming task to develop a good functionality for end users – and you leave it at some basical stage (like “press-a-button...
Back
Top