Method | Description | |
---|---|---|
deleteTempFile ( string filename ) : void |
Deletes a file from the base temporary directory.
|
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
|
Method | Description | |
---|---|---|
Convert ( ) : |
||
ConvertFileToO3D ( HttpContext context, string path ) : string |
Converts a file from its native format to the O3D format.
|
|
DeleteImage ( string filename ) : void | ||
DetectFormat ( string filename ) : |
||
SaveChanges ( string indata ) : |
||
Step1_Submit ( string TitleInput, string DescriptionInput, string TagsInput ) : |
||
Step2_Submit ( string ScaleValue, string UpAxis ) : |
||
SubmitUpload ( string DeveloperName, string ArtistName, string DeveloperUrl, string SponsorName, string LicenseType, bool RequireResubmit ) : string | ||
UploadReset ( string filename ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public static deleteTempFile ( string filename ) : void | ||
filename | string | The name of the file to be deleted (no path) |
return | void |