I read through this article a bit, it might help: https://docs.oracle.com/cd/E17781_01/appdev.112/e18555/ch_twelve_blobs.htm#TDPPH187
From what I saw, you might not need to do the base64_decode()
at all. Try:
return response($item->file_upload)
...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community