C# Class Users_Upload, 3D-Repository

Web Page that allows for the uploading of 3D model content and associated metadata
Inheritance: Website.Pages.PageBase
ファイルを表示 Open project: adlnet/3D-Repository

Public Methods

Method Description
deleteTempFile ( string filename ) : void

Deletes a file from the base temporary directory.

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
Convert ( ) : FileStatus
ConvertFileToO3D ( HttpContext context, string path ) : string

Converts a file from its native format to the O3D format.

DeleteImage ( string filename ) : void
DetectFormat ( string filename ) : FileStatus
SaveChanges ( string indata ) : FileStatus
Step1_Submit ( string TitleInput, string DescriptionInput, string TagsInput ) : ViewerLoadParams
Step2_Submit ( string ScaleValue, string UpAxis ) : UploadDetailDefaults
SubmitUpload ( string DeveloperName, string ArtistName, string DeveloperUrl, string SponsorName, string LicenseType, bool RequireResubmit ) : string
UploadReset ( string filename ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

deleteTempFile() public static method

Deletes a file from the base temporary directory.
public static deleteTempFile ( string filename ) : void
filename string The name of the file to be deleted (no path)
return void