Package ca.carleton.gcrc.couch.onUpload

Examples of ca.carleton.gcrc.couch.onUpload.FileConversionActionUpload


     
      convertGpx(context, gpx, doc);
      actions.setDocumentModified(true);
     
      // Upload original file
      actions.addUploadAction( new FileConversionActionUpload("original", "application/xml", file) );
     
      return actions;
     
    } catch(Exception e) {
      throw new Exception("Unable to convert using GPX: "+file.getAbsolutePath(),e);
View Full Code Here

TOP

Related Classes of ca.carleton.gcrc.couch.onUpload.FileConversionActionUpload

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.