On a user workstation there is a file linked to many other files. The user
upload this file to my server. I can build a list of these files. But I
don't know the path to these files on the workstation. PHP does not give
this information. I am looking for a simple solution from the user point of
view for him to send me all these files.
Because I don't know the path to the file, I can ask the user to type the
path in a dialog box.
I don't have, from the server, a possibility to upload the files on the
workstation. And I don't know how the pre-fill the <input type="file" />
field of a form.
Am I wrong ?
Is there a simple solution that I missed ?
upload this file to my server. I can build a list of these files. But I
don't know the path to these files on the workstation. PHP does not give
this information. I am looking for a simple solution from the user point of
view for him to send me all these files.
Because I don't know the path to the file, I can ask the user to type the
path in a dialog box.
I don't have, from the server, a possibility to upload the files on the
workstation. And I don't know how the pre-fill the <input type="file" />
field of a form.
Am I wrong ?
Is there a simple solution that I missed ?
Comment