Results 1 to 6 of 6

Thread: FTP file upload not working properly

Hybrid View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2005
    Posts
    248

    Re: FTP file upload not working properly

    Bump.

    Anyone? Please? ^_^

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: FTP file upload not working properly

    First of all I would convert the BMP to a JPG using the below API (attached) so the file size is significantly reduced.

    Second there are no login details in your app?

    VB Code:
    1. 'This converts the bmp to jpg
    2. Public Declare Function BmpToJpeg Lib "Bmp2Jpeg.dll" _
    3. (ByVal bmpFileName As String, ByVal JpegFilename As String, ByVal CompressQuality As Integer) As Integer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width