We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://ampersandacademy.com/tutorials/ionic-framework-3/upload-image-to-the-php-server-using-ionic-3-file-transfer-and-camera-plugin
Tried running the same code on my system using ionic cordova run browser
the app opens in the browser but is unable to upload the image file to the php server after capturing throws an JS error
Files is not being sent to the php server once captured.. help please!
The text was updated successfully, but these errors were encountered:
The camera is native component. So try to install this app on your android phone using below command.
ionic cordova run android
If you don't know how to connect your phone to deploy apk, follow the below link.
https://ampersandacademy.com/tutorials/ionic-framework-version-2/deploy-application-on-the-android-phone-using-adb-command
It will work fine. And if you are using local server then your phone and local server must be connected in same network.
Sorry, something went wrong.
No branches or pull requests
https://ampersandacademy.com/tutorials/ionic-framework-3/upload-image-to-the-php-server-using-ionic-3-file-transfer-and-camera-plugin
Tried running the same code on my system using
ionic cordova run browser
the app opens in the browser but is unable to upload the image file to the php server after capturing throws an JS error
Files is not being sent to the php server once captured.. help please!
The text was updated successfully, but these errors were encountered: