I like the upload Applet, its great.
I want to know how I know sequence numbers of files on server , which shows in
Applet.
For example: I am uploading 15 files , my first file .PNG file next 9 files
are PDF files. File number 11 is again .PNG file and next 4 files are PDF
files.
When I upload the files to Server , How I know 9 files after first PNG file
and other 4 files after second PNG file.
This will fix my problem and Hope this feature is easy to fix or its
available.
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the long delay of this response: I was off for one week.
If I understand correctly, your question is: how do you know the mime type of
each file ?
The mime type is received for each file. Check the PHP and java demo, in the
./wwwroot/samples.PHP/ and ./wwwroot/samples.java/ folders.
Or is your question how to know the full list of files that will be uploaded,
before receiving files ?
Etienne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I like the upload Applet, its great.
I want to know how I know sequence numbers of files on server , which shows in
Applet.
For example: I am uploading 15 files , my first file .PNG file next 9 files
are PDF files. File number 11 is again .PNG file and next 4 files are PDF
files.
When I upload the files to Server , How I know 9 files after first PNG file
and other 4 files after second PNG file.
This will fix my problem and Hope this feature is easy to fix or its
available.
Thanks in advance.
Hi,
Sorry for the long delay of this response: I was off for one week.
If I understand correctly, your question is: how do you know the mime type of
each file ?
The mime type is received for each file. Check the PHP and java demo, in the
./wwwroot/samples.PHP/ and ./wwwroot/samples.java/ folders.
Or is your question how to know the full list of files that will be uploaded,
before receiving files ?
Etienne