is there any option available in angular that allows to store images or pdf in angular local environment.
as i tried to implement but i haven't got success in that.
thanks in advance.
is there any option available in angular that allows to store images or pdf in angular local environment.
as i tried to implement but i haven't got success in that.
thanks in advance.
Hey you don't have write file access in browser for security reasons. but you can choose one of these approaches.
1- local storage gives you 5M space so you can convert your image to base64 string then store it their.
2- or you need to use cordova or capacitor plugin to do that if you work with ionic