Dunque, questo esempio mio pseudo-codice in file .html:

<html>

<head>

funzione full_path().... (in php!)

funzioni javascript .....

</head>

<body>

codice html...

<input type="file" name="user_file" accept="image/*"
onchange="return full_path(this.value)" />

codice html...


</body>
</html>

Quel' è la sintassi per "intrecciare" il tutto nello stesso file .html ?