Skip to main content
Question

UPLOAD MULTIPLE FILES TO FME SERVER PROCESS

  • August 28, 2013
  • 10 replies
  • 105 views

tbs_gis_team
Contributor
Forum|alt.badge.img+3
I created a process to rename and resize jpgs in workbench, and able to select multiple jpgs or directory to run my process, but I am not able to make the process do this when I upload to FME server.

 

 

Thanks,

 

Chad
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.

10 replies

tbs_gis_team
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • August 29, 2013
Nobody??

tbs_gis_team
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • September 3, 2013
I am also trying to carry over jpeg attributes to a jpeg writer.

 

 

Chad

Forum|alt.badge.img
In order to help you, a little more information about what exactly is not working when you put it on the server would help.

tbs_gis_team
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • September 5, 2013
I need to be able to have the published parameter able to select multiple files at one time. When I upload the process to server you can only select one file at a time. In workbench you can select multiple files at once. I was also wanting to see if it is possible to attach the attributes of the source jpeg (it has original data, camera make and model, etc). FME reads the attributes I attach to writer but it will not write them out.

 

 

Chad

Forum|alt.badge.img
How are you getting the files from the user to the server? 

tbs_gis_team
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • September 5, 2013
They would upload them manually, as needed. It is set up as a user paramter.

 

 

CK

bo
Contributor
Forum|alt.badge.img+10
  • Contributor
  • March 4, 2017

@tbs_gis_team, I believe I am having the similar question. Did you ever find a solution?

It is possible to zip the files before uploading to FMEserver. However, that is not ideal in my situation, dynamically zipping up files in a web application is a bit problematic and time consuming...


itay
Supporter
Forum|alt.badge.img+19
  • Supporter
  • March 5, 2017

Hi, why not use the Directory watch publication protocol on a resource location or a network location? this way uploading the files is just a matter of copying them.


bo
Contributor
Forum|alt.badge.img+10
  • Contributor
  • March 7, 2017

Hi, why not use the Directory watch publication protocol on a resource location or a network location? this way uploading the files is just a matter of copying them.

Great idea, @itay! I think we can write a service for uploading file to a resource location where the directory watch publisher will trigger the workspace that transforms the data to the back-end database.

 

 


itay
Supporter
Forum|alt.badge.img+19
  • Supporter
  • March 8, 2017
Great idea, @itay! I think we can write a service for uploading file to a resource location where the directory watch publisher will trigger the workspace that transforms the data to the back-end database.

 

 

Just be aware that the directory watcher (depending on the fme server) has done known issues and most of the times an inetrmediate filtering step is necessary.