1001 Freelance Projects
Latest Projects from
Freelance Marketplaces
View Project
View this project in detail
(Note: you will be redirected to external marketplace)
Project title:
Debug code to upload an image file to ChatGPT
Posted by:
External project from PeoplePerHour
Started:
03-Mar-2025 04:33 GMT
Description:
I have the following code written in an attempt to upload an image file to ChatGPT that can be read and understood along with accompanying text. It isn't working and need to get it to work.

' Function to extract an image path from a string
Function ExtractImagePath(ByVal text As String) As String
Dim regEx As Object
Dim matches As Object
Dim match As Object

' Create regex object
Set regEx = CreateObject("VBScript.RegExp")

' Set regex pattern to look for image paths
' This pattern looks for paths ending with .png, .jpg, .jpeg, or .bmp
regEx.Pattern = "(([a-zA-Z]:\\|\\\\)[^\s\\/:*?""|]+(\\[^\s\\/:*?"" 0 Then
ExtractImagePath = matches(0).Value
Else
ExtractImagePath = ""
End If

' Clean up
Set regEx = Nothing
Set matches = Nothing
End Function

' Function to read an image file and convert it to base64
Function GetBase64FromImage(ByVal filePath As String) As String
On Error GoTo ErrorHandler

Dim streamObj As Object
Dim bytes() As Byte

' Create ADODB.Stream object
Set streamObj = CreateObject("ADODB.Stream")

' Open the stream and read the file
With streamObj
.Type = 1 ' Binary
.Open
.LoadFromFile filePath
bytes = .Read
.Close
End With

' Convert binary data to base64
GetBase64FromImage = Base64Encode(bytes)

' Clean up
Set streamObj = Nothing
Exit Function

ErrorHandler:
GetBase64FromImage = ""
Debug.Print "Error reading image: " & Err.Description
End Function

' Function to encode binary data as base64
Function Base64Encode(ByRef arrData() As Byte) As String
Dim objXML As Object
Dim objNode As Object

' Create MSXML DOMDocument
Set objXML = CreateObject("MSXML2.DOMDocument")

' Create a base64 node
Set objNode = objXML.createElement("b64")

' Set the datatype to bin.base64
objNode.DataType = "bin.base64"

' Set the node value to the binary data
objNode.nodeTypedValue = arrData

' Get the base64 string
Base64Encode = objNode.text

' Clean up
Set objNode = Nothing
Set objXML = Nothing
End Function

' Debug function to test API connection and image handling
Sub DebugGPTResponse()
Dim testPrompt As String
Dim result As String
Dim errorMsg As String

On Error GoTo ErrorHandler

' Test prompt with an image path
testPrompt = "What can you see in this image? C:\Users\Images\test_image.png Please describe it in detail."

' Call the function
result = GetGPTResponse(testPrompt)

' Output success message with the response
MsgBox "Connection successful. Response: " & result
Exit Sub

ErrorHandler:
errorMsg = "Error " & Err.Number & ": " & Err.Description
MsgBox "Connection failed. " & errorMsg
End Sub
Project ID:
3424382
Project category:
Project budget:
View this project in detail
(Note: you will be redirected to external marketplace)
Last Projects / Browse Projects
  Project Started
AI Omnichannel Manager – Marketplace-uri + Site + Social Media + AchizițiiDescriere scurtăCaut un dezvoltator (preferabil din România) pentru a crea un AI Omnichannel Manager să se integreze care să se integreze:Piața eMAGTrendyolPepitaSite propriu ( WooC
Category: API, API Development, Automation, Data Analysis, Data Integration, Django, Node.js, PHP, Python, Vue.js
Budget: $250 - $750 USD
28 Apr 2026 22:01 GMT
Finish Cropped Image Frame
Category: Background Removal, Digital Art, Graphic Design, Image Processing, Photo Editing, Photo Restoration, Photo Retouching, Photoshop, PHP, Visual Design
Budget: $10 - $30 USD
28 Apr 2026 22:01 GMT
Dynamic Entertainment Video Editing
Category: Adobe Premiere Pro, After Effects, DaVinci Resolve, Final Cut Pro, Motion Graphics, Video Editing, Video Production, Video Services
Budget: €8 - €30 EUR
28 Apr 2026 22:01 GMT
App Store & Play Store Launch
Category: Android App Development, App Store Optimization, Internet Marketing, IOS Development, IPhone, Mobile App Development
Budget: min $100000 USD
28 Apr 2026 22:01 GMT
Replace Jersey Teamname with BAD GIRL
Category: Adobe Creative Suite, Adobe Illustrator, Graphic Design, Illustration, Logo Design, Photoshop, Print Design, Vector Design
Budget: $10 - $30 USD
28 Apr 2026 21:57 GMT
Make 16 stick figure scene drawings from my examples but don't trace or copy my examples. Your work must be 100% hand drawn and 100% unique and original.
Category: 2D Drawing, Adobe Illustrator, Photoshop, Graphic Design, Illustration, Vector Design
Budget: $75 - $120 USD
28 Apr 2026 21:57 GMT
Optimize Ride-Sharing App for NZ Market
Category: Figma, Graphic Design, IPhone, UI / User Interface, Usability Testing, User Interface / IA, User Research, UX / User Experience
Budget: $30 - $250 USD
28 Apr 2026 21:57 GMT
Massachusetts House Permit CAD Set
Category: Architectural Engineering, AutoCAD, Building Architecture, Building Design, CAD / CAM, Civil Engineering, Construction Management, Drafting
Budget: $3000 - $5000 USD
28 Apr 2026 21:57 GMT
Hiring Freelancers – Private Code Repositories Needed (Various Languages)
Category: Full Stack Development, Git, HTML5, Java, JavaScript, Project Management, Python, Rust, Software Development, Software Engineering
Budget: $3000 - $5000 USD
28 Apr 2026 21:54 GMT
Client Solutions Engineer (End-to-End Ownership | Top 1% | Part-Time, Remote)
Category: Amazon Web Services, Artificial Intelligence, Backend Development, Customer Service, Data Engineer, DevOps, Engineering, Full Stack Development, Salesforce App Development, Software Engineering
Budget: min $50 USD
28 Apr 2026 21:54 GMT
Construction Constant Contact Email Flyer - 28/04/2026 17:54 EDT
Category: Adobe Creative Cloud, Adobe Illustrator, Photoshop, Email Marketing, Graphic Design, HTML, PSD To HTML, Web Design
Budget: $15 - $25 USD
28 Apr 2026 21:54 GMT
High-Energy Candy Promo Videos Creation
Category: Animation, Sound Design, Sound Effects, Video Editing, Video Post Editing, Video Production, Video Services, Videography
Budget: $750 - $1500 AUD
28 Apr 2026 21:47 GMT
Brookhaven 30 Minute Mini Movie Roblox
Category: Animation, Content Creation, Roblox, Video Editing, Video Services, Voice Over, Voice Talent, YouTube
Budget: $30 - $250 USD
28 Apr 2026 21:46 GMT
Corporate Event Management -- 59591
Category: Customer Experience, Customer Service, Customer Support, Event Management, Event Staffing
Budget: €250 - €750 EUR
28 Apr 2026 21:44 GMT
80-Page English-Spanish Translation
Category: Article Writing, Content Writing
Budget: $10 - $20 NZD
28 Apr 2026 21:44 GMT
Browse All Projects
Projects by Skills ...
android
ajax
asp
aspnet
cms
cpp
csharp
css
delphi
design
drupal
excel
facebook
flash
html
java
javascript
joomla
iphone
mysql
photoshop
php
python
ruby
seo
sql
sysadm
translate
typing
twitter
vbnet
xml
wordpress
writing
New!
Проекты на русском
(Projects in Russian)

Copyright © 2005-2025
1001 Freelance Projects