Forum Post: Re: How Can We Send A File Through Rest

  • Thread starter Thread starter mysteryminds
  • Start date Start date
Status
Not open for further replies.
M

mysteryminds

Guest
Anoop My scenario is quite straight forward Any user who has permissions to modify a file can click on the files say .SVG / FW / PSD / PDF file .SVG / FW / PSD / PDF files are stored inside ROLLBASE location So If has list of files according to the logic every extension has its own URL e.g: If user clicks on SVG file --> the file must be opened direct from xyz.com/.../ if user clicks on PDF File --> the file will be opened from syz.com/.../id=201 All the files will be opened and manupulated online,... ONce the file is saved it will post it via REST back into Rollbase So far I'm able to to get the links to the files e.g based on the extensions .svg / fw/ psd /pdf auto links are generated to respective location where it must be opened. At external location we are using XMLHttpRequest / HTML5 CANVAS and other respective operations (BINARY / BLOB)

Continue reading...
 
Status
Not open for further replies.
Back
Top