VvvebJs icon indicating copy to clipboard operation
VvvebJs copied to clipboard

Save Page

Open ramunozp opened this issue 2 years ago • 6 comments

is there an alternative to php?, I don't have php on the server and can't add it. Thank you.

ramunozp avatar Oct 06 '22 03:10 ramunozp

please, it's important, thank you

ramunozp avatar Oct 07 '22 02:10 ramunozp

It doesn't have to be php, you can do it in node, java, c#/asp.net etc.

ishsingh avatar Oct 09 '22 07:10 ishsingh

I wish I could do it with javascript. Could you please guide me how to do it, i.e. how to call the js code from the save button. Thank you

ramunozp avatar Oct 14 '22 15:10 ramunozp

?

ramunozp avatar Oct 25 '22 17:10 ramunozp

thanks

ramunozp avatar Nov 03 '22 16:11 ramunozp

Hi

You can use any server side language for saving the content to server just replace save.php for data-vvveb-url in

In the server side script you need to access form POST data that will contain an array with html key for content and file for filename.

givanz avatar Dec 22 '22 13:12 givanz