2 comments found.
I’ve a SaaS project in Laravel . Can this script be used ? Please explain how ?
Sorry this will not work in saas or laravel you have to customize yourself to integrate to the matching platform.
Ya ! You mean if I copy paste this on my Laravel code it will work ?
this will work because it only has html and js code for saving images to server then you need laravel code to handle that but for frontend this would work.
You mean this is just front end script and won’t perform any CRUD operations @ backend ?
Yes it does not contain any crud
HI,
just bought your script and feels it works very well. I need a little help .. I need to save the image on server instead of download it and retrieve the image address to store in db
Can you please help?
two ways you can store image one is base64 string and second one is export as image and save its path.
send me your code snippet to email I will try to add that code for you. [ aijazalikhokhar@gmail.com ]
Hi, thank you for the fast reply… just need to save the image locally on server (I can myself retrieve image name and do the rest of the work
ok nevermind, found the solution saving directly to db the base64 thanks
ok great.
another question… in my page the signature element is dynamically generated so the script are not working.. what I need to do to make them work? I did’t need any button save for the clear one