Lucas
Lucas
CC#
Created by Lucas on 2/6/2024 in #help
blazor
thanksssssssssssssssssssss
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
he accepted link
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
ahhhhhhh, thanks bro
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
@Pobiega to upload the file, Meta (Whatsapp) requests that it be like this
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
exemple
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
linkImg = C:/home/downloads/image.png
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
No description
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
c#
</RadzenColumn>
<RadzenColumn SizeMD="6">
<RadzenImage Path="@profilePictureUrl" Style="width: 200px; height: 200px; object-fit: cover; border-radius: 50%;" />
<RadzenUpload Multiple="false"
Url="upload/single"
Accept="image/*"
Icon="upload"
ChooseText=""

>
<RadzenUploadHeader Name="x-upload-path" Value="cdn" />
</RadzenUpload>
</RadzenColumn>
</RadzenRow>
c#
</RadzenColumn>
<RadzenColumn SizeMD="6">
<RadzenImage Path="@profilePictureUrl" Style="width: 200px; height: 200px; object-fit: cover; border-radius: 50%;" />
<RadzenUpload Multiple="false"
Url="upload/single"
Accept="image/*"
Icon="upload"
ChooseText=""

>
<RadzenUploadHeader Name="x-upload-path" Value="cdn" />
</RadzenUpload>
</RadzenColumn>
</RadzenRow>
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
I have a route from an api, which I need to send the file that is on my computer, so it expects to receive the folder route along with the file name and format (image/png)
25 replies
CC#
Created by Lucas on 2/6/2024 in #help
blazor
sorry, route of the folder on my computer where the file is
25 replies