Group Abstract Group Abstract

Message Boards Message Boards

FormFunction and CloudSave CloudObject

Posted 4 years ago

I would like to write something like

form = FormFunction["PartsLists" -> "CSV", 
  CloudSave[#PartsLists, CloudObject["MyProject/"]] &, "CSV", 
  AppearanceRules -> "Title" -> "Upload your Parts List here"]
CloudDeploy[form]

So that the user can submit the CSV file and save it in a cloud location, later on I would like to use that data with

Get[CloudObject["MyProject/"]]

It seems to work fine if I do it like this

test = Import["/Users/20 parts test.csv"];
CloudSave[test, CloudObject["MyProject/"]]

but I can't make it work in the FormFunction, any help pleeeeaase

POSTED BY: Rodrigo Amor
2 Replies
Posted 4 years ago
POSTED BY: Joel Klein
Posted 4 years ago
POSTED BY: Rodrigo Amor
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard