I get informations from a textarea, but i cant save the file.
textarea = encode
filename without extension is a textfield
and my save button
this is my php code
encoded is my text in textarea which i get with POST
it opens the save file dialog but the script is not saving anything
textarea = encode
filename without extension is a textfield
and my save button
this is my php code
Code:
$filename= exo_return_hescriptcom("UserMain.SaveDlgFile", "Error");
$encoded->Output($encoded, "F");
it opens the save file dialog but the script is not saving anything
Last edited: