Hello!
I'm building a system which allow users to upload files for storage.
There are many handled file types in my system but I can't figure out how to upload "Solid Works" projects, which are the main data objects for my system to deal with.
"Solid Works" projects are bunch of files related and depending on each other, but they all sit under the same directory.
My idea is, when the user clicks on "Solid Works" main file in his upload dialog, the system will create a zip file containing all the files within that directory (on client's computer), and when the zip file creation is done, to upload it.
I'm writing my system in PHP, using DRUPAL 6.
Thank You for Your time!..
Pavel.
I'm building a system which allow users to upload files for storage.
There are many handled file types in my system but I can't figure out how to upload "Solid Works" projects, which are the main data objects for my system to deal with.
"Solid Works" projects are bunch of files related and depending on each other, but they all sit under the same directory.
My idea is, when the user clicks on "Solid Works" main file in his upload dialog, the system will create a zip file containing all the files within that directory (on client's computer), and when the zip file creation is done, to upload it.
I'm writing my system in PHP, using DRUPAL 6.
Thank You for Your time!..
Pavel.
Comment