importGtfs();
}
else {
GtfsSnapshot snapshot = new GtfsSnapshot(gtfsUpload.getName(), new Date(), GtfsSnapshotSource.UPLOAD);
snapshot.save();
FileOutputStream fileOutputStream;
try {
File fileOut = new File(Play.configuration.getProperty("application.publicDataDirectory"), snapshot.getFilename());