Help with a decision



All,

First, let me apologize for the long post, but I am trying to see if my
idea makes sense.

So, here is what I am trying to do.

I want users to be able to go to a web server which will present them
with the ability to download a java app that does the following tasks.

Lets the user specify some information about a file which will end up
being parameters to the backend application. These things will be info
like image resolution, paper size, and permissions. These selections
can be made with checkboxes, drop lists etc.

The app will allow them to select and upload a file to the server. With
the file, the parameters should sent as well,

Once on the server, the app will need to be able to create a directory
based on the uploaded files name and store the uploaded file. Standard
duplication checking, warnings, and redos should happen.

Once the file and parameters are on the server, the real fun starts.

There is an image processing application that is not unlike ImageMagick
that will perform the backend conversion I need. After it has a file to
operate on, it will be invoked with a command and some arguments. It
will do a little checking to make sure what the user entered about the
file is true.

Finally, the app will send the original uploaded file, the processed and
converted graphic file (from TIF to RAW LZ, and a list of the parameters
about the file to a pre-determined e-Mail address.

I am not a programmer but I manage some for this task. I think it might
take more than one app to do this as the image processing must take
place on the web server. So, it sounds like a Java app sent out to the
client can only do the parameters and upload part, then another app or
script would have to do the rest on the server side.

Ideas??

Please respond to the group and to rstoos@xxxxxxxxxxxxxxxx

Ralph


.



Relevant Pages

  • Re: Saving uploading file on another server
    ... Perhaps doing a binary write from app 1 to a webservice on app 2 would be a ... That way you only have to create a temporary uploaded file ... second server from the first server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Homegrown synchronization
    ... to check for update files in the Import DropBox for the server. ... similar to the import code used to update a remote backend). ... code to close the "sync" app. ... synch app, but only one at a time would be able to do synchs. ...
    (microsoft.public.access.replication)
  • RE: Beginners Questions
    ... We do use Windows form on the presentation layer which is on ... terminal server and call web services on the business logic side. ... of using "proxy" authentication on SQL Server. ... > I have written an app with a Windows Forms UI that is deployed to clients ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Ruby Enterprise App Design Advice
    ... Load balanced to send user to best server. ... FastCGI or SCGI - We would like to replace FastCGI with something ... certain instance and want to have a single session server (if I understand ... deals with login and logout and assigns an app server. ...
    (comp.lang.ruby)
  • RE: C++ Garbage Collector on VMS?
    ... And HW is usually not a problem in th app tier. ... One for App server, one for DB. ... Tiers were a great concept when HW could not keep up with the processing required by each tier and network speeds were slow and unreliable. ... In small to medium app environments, ...
    (comp.os.vms)