This is a discussion on File() too slow within the PHP Language forums, part of the PHP Programming Forums category; There is already an exisitng product that has an applet that breaks the files into smaller chunks and uploads those ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
There is already an exisitng product that has an applet that breaks
the files into smaller chunks and uploads those files to a server side script (via Java Servlet) to re-assemble the file on the server side. The product can also send the reconstructed file to an FTP server of your choice. This method is great for Secure file transfers and to by-pass proxies and firewalls on the client side. For demos and to download an evaluation version take a look at http://www.unlimitedftp.ca/uftps Good Luck! John Eto Demerzel <eto.demerzel@fijivillage.com> wrote in message news:<MPG.19e4913443125b1498971c@news-text.blueyonder.co.uk>... > In article <3F747A12.D6D57D9A@glassgiant.com>, Shawn Wilson's output > was... > > > Thats not a bad idea. Would this be possible with Javascript? or maybe VB > > > Script? > > > Would ideally want the program to somehow interface with the import scripts, > > > so ideally, browser based. > > > Any ideas? > > > > JS, no for sure. VBScript - I doubt it, but I don't know VBScript. I doubt > > you'll be able to do it from the browser. I think you'd almost have to write a > > standalone executable and then use a browser to complete the upload normally. > > It's kind of a clunky solve, but feasible. Alternately, you could tell them to > > FTP it to a directory, then go to your program in a browser and select the file > > to use from the FTP directory. Again, clunky... :( > > > This sounds like just the sort of thing java applets are useful for. > > Perhaps have an applet in the web-page which selects the file, breaks it > into smaller chunks (and/or compresses), then calls a server-side script > to re-assemble the parts and then do whatever the script was supposed to > do with the file in the first place. > You might find some useful info at http://javaboutique.internet.com/ or > in comp.lang.java |