How to upload files to a server with Ionic

How to upload files to a server with Ionic

Joshua Morony

3 года назад

22,741 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

CyberFlow
CyberFlow - 18.07.2022 14:09

Great video! But seriously, why isn't the "file" type shown in Ionic's documentation? This is a literal copy paste of ion-input's property "type" description up to this date:
type​
Description The type of control to display. The default type is text.
Attribute type
Type "date" | "datetime-local" | "email" | "month" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | "week"
Default 'text'

Doing ctrl + f and searching for "file" doesn't return results in its official documentation either. Like why do they miss adding things like these? I know it could be an obvious thought to try and add type="file", but since Ionic components are custom, premade components, one does not know when we can use certain properties or not, just like shadow DOM "part" that is available in some components but not on ion-input, for instance.

Ответить
PRASANNAKUMAR N
PRASANNAKUMAR N - 20.01.2022 06:02

Great Stuff. Is any Possibilities to show Progress Bar while Uploading ?

Ответить
scott mcmahon
scott mcmahon - 28.12.2021 04:13

Hang on a minute, inorder to access the images from the device don't you need capacitor or Cordova for something like that?

Ответить
WhatStatus
WhatStatus - 05.12.2021 10:05

How upload video to server from ionic

Ответить
drop 90
drop 90 - 10.11.2021 21:37

what about the extension file,, you have to manually put the .jpg or .png to read the file

Ответить
Adam Gong
Adam Gong - 31.08.2021 03:53

quick question can you also upload PDF files using this?

Ответить
Chrissi Grilus
Chrissi Grilus - 04.02.2021 00:27

Great stuff. You really helped a lot with this feature!

Ответить
Juan Delia
Juan Delia - 14.11.2020 22:18

thanks for sharing Josh, you have been my source of truth the last couple of year!

Ответить
E Ivan Mtz Leal
E Ivan Mtz Leal - 15.10.2020 14:18

Wow... Thanks! 😃

Ответить
achraf boumessouer
achraf boumessouer - 14.10.2020 22:15

Please make a video how to upload an image from camera native API from a device to laravel backend server

Ответить