View Single Post
  #4  
Old 08-09-2013, 11:21 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
Quote:
Originally Posted by cbk1994 View Post
You don't need to base64 encode the data (therefore less overhead) if you use the cURL functions and POST the data. You didn't post your code so I'm not sure what you're doing, but in general that would be preferable.
I have used your func_http class to handle posting the data, but without using base64encode() all image files were corrupted
Reply With Quote