I want to be able to let a non authenticated user upload a file to a given folder on the server. Furthermore I want to check if the file being uploaded already exists, and if it does prompt the user. I also want t hear your opinion to this problem when it comes to versioning.
But, the main problem is how to upload a unified file and store it on the server in a given folder.
I want to be able to let a non authenticated user upload a file to a given folder on the server. Furthermore I want to check if the file being uploaded already exists, and if it does prompt the user. I also want t hear your opinion to this problem when it comes to versioning.
But, the main problem is how to upload a unified file and store it on the server in a given folder.