adlnet-archive / 3D-Repository

The ADL 3D Repository is a website for uploading, finding, and downloading 3D models.
25 stars 16 forks source link

added temp folders needed by default for uploading #4

Closed AustinMontoya closed 12 years ago

AustinMontoya commented 12 years ago

didn't realize App_Data was part of the .gitignore, should it be? If installing from the git repo, the upload will immediately fail because App_Data and its associated subfolders do not exist.

An alternate solution would be to test to see if those directories exist at runtime and, if not, create them before proceeding with the upload process.