Skip to main content
Solved

zip file data uploads

  • June 24, 2016
  • 1 reply
  • 13 views

todd_davis
Influencer
Forum|alt.badge.img+23

Using the developer playground, there is an example to upload files

http://playground.fmeserver.com/javascript/server-...

What I haven't been able to figure out, is why do zip files not upload?

Any help appreciated

Best answer by todd_davis

Turns out that it is. Zip files are returned as 'archive' rather than a 'file' in the json responces and therefore aren't being ahown.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

todd_davis
Influencer
Forum|alt.badge.img+23
  • Author
  • Influencer
  • Best Answer
  • June 24, 2016

Turns out that it is. Zip files are returned as 'archive' rather than a 'file' in the json responces and therefore aren't being ahown.