Follow @Netcode-Hub on: netcodehub.blogspot.com | You can read more articles on Application Development and Debugging Issues github.com/Netcode-Hub | Grab projects source code from here. twitter.com/NetcodeHub | Twitter web.facebook.com/NetcodeHub | Facebook www.linkedin.com/in/netcode-hub-90b188258/ | LinkedIn ruclips.net/video/fVfB0jI8vYoM/видео.htmlaui Application Development Playlist | ruclips.net/p/PL285LgYq_FoLDWoWRj40u6INW7oLERCuW Grab code from GitHub @ | github.com/Netcode-Hub/DemoMediaPicker
READ_MEDIA_IMAGES, READ_MEDIA_VIDEO, READ_MEDIA_AUDIO, WRITE_MEDIA_IMAGES, WRITE_MEDIA_VIDEO, WRITE_MEDIA_AUDIO. All media permissions I belief you know how to add these to the android file right?
this permission are only available in AndroidManifest but when I'm trying to request these permission in runtime in .NET MAUI , there are no any suggestion appear , please make a vedio on this topic @@Netcode-Hub
@@Netcode-Hub maui app to API, blazor maui to be specific. so i already have a blazor wasm published and images are uploaded using API to the server. i want to create a mobile app for the web app using blazor maui as a separate project. i already use syncfusion components so I use syncfusion file uploader. the issue I'm having now with the blazor maui is that, all the files on my device are grayed out. So I'm trying to figure out why or any other alternative solution to upload files.
Sorry for late reply Use file picker in Maui , attach the image to httpcontext and send to their api. This video will guid you .NET Maui Apps | Upload Files to Web API Server in MAUI mobile & desktop Application. ruclips.net/video/xh5keBOeRwc/видео.html Make sure you subscribe and like the video 😆
Follow @Netcode-Hub on:
netcodehub.blogspot.com | You can read more articles on Application Development and Debugging Issues
github.com/Netcode-Hub | Grab projects source code from here.
twitter.com/NetcodeHub | Twitter
web.facebook.com/NetcodeHub | Facebook
www.linkedin.com/in/netcode-hub-90b188258/ | LinkedIn
ruclips.net/video/fVfB0jI8vYoM/видео.htmlaui Application Development Playlist | ruclips.net/p/PL285LgYq_FoLDWoWRj40u6INW7oLERCuW
Grab code from GitHub @ | github.com/Netcode-Hub/DemoMediaPicker
can you give an example of how to print documents on maui with a bluetooth connection with a thermal printer
Will see to it 😃
Can you give an example on Android 13 Permission, because Read And Write Storage permission are removed from android 13,
READ_MEDIA_IMAGES,
READ_MEDIA_VIDEO,
READ_MEDIA_AUDIO, WRITE_MEDIA_IMAGES, WRITE_MEDIA_VIDEO, WRITE_MEDIA_AUDIO.
All media permissions
I belief you know how to add these to the android file right?
this permission are only available in AndroidManifest but when I'm trying to request these permission in runtime in .NET MAUI , there are no any suggestion appear , please make a vedio on this topic
@@Netcode-Hub
Does it support multi photos or file select ? and how can I upload the selected file(s) to a server of an existing blazor web app using the API
Thanks for your comments
Are you talking about uploading files from Maui app to API?
Or
File upload from blazor web assembly app to API?
@@Netcode-Hub maui app to API, blazor maui to be specific. so i already have a blazor wasm published and images are uploaded using API to the server. i want to create a mobile app for the web app using blazor maui as a separate project. i already use syncfusion components so I use syncfusion file uploader. the issue I'm having now with the blazor maui is that, all the files on my device are grayed out. So I'm trying to figure out why or any other alternative solution to upload files.
Sorry for late reply
Use file picker in Maui , attach the image to httpcontext and send to their api.
This video will guid you
.NET Maui Apps | Upload Files to Web API Server in MAUI mobile & desktop Application.
ruclips.net/video/xh5keBOeRwc/видео.html
Make sure you subscribe and like the video 😆
can you open usb camera when using Media Picker?
Haven’t tried that yet
@@Netcode-Hub camera.maui right now directly doesn't support it
Thanks for figuring it out . Let all wait for the new release where it will support 😆
Hey! What about recording video?
.NET Maui Apps | Play Video and Audio using Media Element in .NET MAUI Mobile and Desktop apps.
ruclips.net/video/LmZn4mnxlkE/видео.html
Thank you @@Netcode-Hub ! But I wanted to record video from the device camera, is it possible with mediaelement? If so, how? Thanks!!
@@eusebioperezunamuno5362 use Media Picker for recording and play with Media Element
Another great video! Can you please show how we would have a user change and persist his profile pic?
😃
Hey! How to extract the text from that image? What method or API for free can i use to extract it? Thank you in advance!
😆
Plz How to show Camera Preview in ContentPage!?
Please can you explain to me what your Preview is about ?
@Netcode-Hub I need show Front or Back Camera directly in ContentPage to Shot or Video record. Not open app Camera of phone like Media plugin.
Sorry for late reply, MediaPicker has many APIs; ie CapturePhotoAsync() and more, you can use this to open the camera and take your photo.
For that requirement you will need to use, CameraView is another maui component