public void m_Upload_ParentUploadName()
 {
     QApi api = AppTesting.APIlogin( 2 );
     string file = "../../test_file.jpg";
     IQuatrixUpload upl = new ChunkedFileUpload( file );
     Metadata mtd = api.RootMeatadata.FindMetadata( "test" ).Upload( upl, "wtf file" );
     Assert.IsNotNull( mtd );
 }
 public ActionResult ChunkedUpload(ChunkedFileUpload file)
 {
     throw new NotImplementedException();
 }