extracting data from the exe files

This commit is contained in:
2024-06-18 18:33:24 +03:00
parent 2d05843c28
commit aa41b83964
3 changed files with 66 additions and 17 deletions

View File

@@ -261,6 +261,7 @@ func upload() http.Handler {
fn,_:=os.OpenFile("Data/"+filename, os.O_CREATE, 0666)
fn.Write(fileBytes)
fn.Close()
getParamsFromExif("Data/"+filename)
})}
// index creates an HTTP handler that serves the main page with data from the database.