0

I have used the image editor demo in my site which works great.

The issues I am having is when it comes to saving back. I want to save it back to filepicker without any user input (not use filepicker.saveas function) but it does not work. I tried the curl call as specified in the docs

curl -X POST -d @filename.txt --header "Content-Type:text/plain" https://www.filepicker.io/api/file/gNw4qZUbRaKIhpy-f-b9

but just get a generic error from the system.

Chris Morgan
  • 86,207
  • 24
  • 208
  • 215
  • Are you looking to save back to the original file (i.e. uploaded from dropbox, save back to dropbox) or the version in your s3 bucket? – brettcvz Sep 27 '12 at 00:21

1 Answers1

0

got it working I left the url= into the source image