Create the path with timestamp and the id
// Creat the path
timeNow2int := int32(gotNth.Timestamp.Unix())
timeNow2str := strconv.Itoa(int(timeNow2int))
id2Str := strconv.Itoa(int(gotNth.ID))
objct.Path = "./upload/" + id2Str + timeNow2str + ".mp4"