Hi,
i'm still a rookie in php. I already searched and tried for hours to make following uploadscript.
This script must contain the following:
1. a textbox where you are able to enter a name (eg Project1)
2. This script must be able to upload 2 files (multiple upload). In the first, it have to be a ".zip", and in the second a ".zip" or ".dwg" file extension.
To next thing that must happen, is that the names of the files have to be changed.
The name of the first uploaded file have to be named -> "year-month-day name CALCULATION.zip"
year have to be the current year, month the current mont and day yhe current day
The name of the second uploaded file have to be named -> "year-month-day name DRAWING.zip" or "year-month-day name DRAWING.dwg", which depends on the extension of the uploaded file.
Does anybody can help me?
Thx