Search found 1 match

by jsampo
Tue Dec 17, 2019 11:43 pm
Forum: Applications - Feedback and Discussion
Topic: Module: Automatic image upload to ImgBB.com
Replies: 5
Views: 5696

Re: Module: Automatic image upload to ImgBB.com

Great program Kurzer!

Just would like to provide this modification/suggestion to pass the filename. Just change the line that sets sParams to:

sParams = URLEncoder("name=" + Left(GetFilePart(sImageFile),Len(GetFilePart(sImageFile))-4) + "&" + #IMGBB_PARAMS + sImageB64, #PB_UTF8)

-Jose