Pavan kumar
Pavan kumar
Ans also when second response came (which has actual content), the callback is not called.
Can i use authentication with jwt and ACL with mysql plugin is that possible because, currently i have a doubt that is raised in fork project above on static scopes....
I think the challenge is in finding all usage of `trans` function in the code
Thanks for package sharing @tvbeek
With out this PR, is this repo support mime "image/*" or not?
At first i thought adding example will solve the problem, but examples can't be run as normal request, for now i need to copy paste from example to request and...
Im having the same issue
Seems promising, i will try it today @ericfreese , thanks
I did updated my system to above solutions, let me use for two or more days and see if working as expected or not.
function base64_to_jpeg($base64_string, $output_file) { $ifp = fopen($output_file, "wb"); ``` $data = explode(',', $base64_string); fwrite($ifp, base64_decode($data[1])); fclose($ifp); return $output_file; ``` } A simple function for getting image