Any ideas on how to display the alt text in there after it’s been generated? Still trying to figure out how to make that look good 🥸
@joshtriedcoding Жыл бұрын
Figured something out, it’s in the repo :)
@yarapolana Жыл бұрын
@joshtriedcoding Do you have a buy me a coffee link or something similar? I would like to support =D (youtube is being weird, sorry if it was spammed)
@yarapolana Жыл бұрын
Whatever I search I find that you already created a video about it. Amazing stuff! So proud of your progress.
@lexsemenenko Жыл бұрын
If you make a video on how to actually upload files to S3 and Cloudinary as part 2, this will be insanely useful for many of us. Please vote. Maybe Josh could record that! Great video the man!
@businessuser5146 Жыл бұрын
Yes plssses
@joshtriedcoding Жыл бұрын
Thanks for the great suggestion! Part 2 is going to be the MVP using base64 instead of an image upload (that I finished yesterday), but I'm going to add this right after :)
@jimshtepa5423 Жыл бұрын
@@joshtriedcoding since this comment is turning into requests thread, can you also demonstrate how this tool can be used to upload picture or any object to cloudflare r2 using remix? Remix is little difficult because it uses formdata instead of raw binaries so some extra work must be done there
@subhambharadwaz4029 Жыл бұрын
Perfect timing. I was looking for a way to implement this! Thank you brother 🔥
@joshtriedcoding Жыл бұрын
Cheers man
@nwaguchima2280 Жыл бұрын
This is beautiful. It's amazing how you build, you literally put things together in an amazing way. Thank you for your lovely content every time. Is this part of a building project you'll be putting up the video soon?
@harellevi96876 ай бұрын
Your content is the best in youtube
@businessuser5146 Жыл бұрын
You bring so much value... Thanks
@joshtriedcoding Жыл бұрын
Cheers
@0xPanda1 Жыл бұрын
could you do a detailed video about useReducer
@joshtriedcoding Жыл бұрын
Here is a detailed explanation kzbin.info/www/bejne/rqezp56dgLh5q7s it's really useful for handling any state updating logic
@MarkusNode209 ай бұрын
Great video - thank you! Can you also please show - how I need to design a nextjs 14 component - to automatically upload the entire contents of a windows directory to Cloudinary and automatically tag all images via AI?
@0xPanda1 Жыл бұрын
i really enjoy your videos☺
@abhishekdhoundiyal351210 ай бұрын
hey Josh nice video thanks for this info , but does this work on mobile browser specially safari?
@benjaminmehl8951 Жыл бұрын
Nice cut g
@joshtriedcoding Жыл бұрын
Thanks champ
@raymondmichael4987 Жыл бұрын
I had to come back to this; Can we upload pdf files with this? If yes, I wonder how it’ll handle the preview 😊 And if not; how to make it work😢
@alwaysgrowww Жыл бұрын
Hi bro, learned a lot in your videos. If u make a video like aws implementation in nextjs app, production ready nextjs app like chat app created in the recent video. Very much impressed with the button variant code. that looked like a professional coding. share professional code techniques like variants in your upcoming videos.
@RainKullamaa7 ай бұрын
how long does those presigned images work. can you use this method and apply to a blog site. Or those images get blocked after some time ?
@Kimitri11 ай бұрын
I'm having some trouble with it, I'm currently developing a upload very similar to it, but instead automatically drag and drop files to upload, I just upload when click on button, the problem is when I chose a lot of images like 30 or 100, the browser almost broke because of the number of thumbnail that it needs to show, how can I fix it? Because I really need to be able to choose a lot of images