You could use PHP and Javascript. When the user enters data into a form field you put a javascript event listener onto that form field (onChange) and it changes the value on multiple places on the page (using document.getElementById) and the PHP can save the file as it waits to get uploaded.
No comments:
Post a Comment