|
Posted by Lāʻie Techie on 10/09/60 11:27
On Sat, 24 Sep 2005 08:02:34 -0700, nwheavyw8@gmail.com wrote:
> okay, I think that I am just going to have to write a program to split it
> client-side then send them over. I know I can do that, but how would I go
> about concatenating them back together? Would I use a loop to read and
> echo one file at a time or something?
The hardest part would be knowing how many parts there are and the
correct order for them. Either have the user supply a manifest file (list
of all the files, one per line) or enter how many parts and indicate if
the suffix is padded (file.mpg.01) or not (file.mpg.1). You now have
enough information to continue cycling over the upload screen until all
parts are on the server. At this point, just concat the files together in
the proper order.
HTH,
Laie Techie
[Back to original message]
|