Hi All!
i'm trying to build a script that will upload all the files that i have on a direcotory.
i want to do the following:
step1 - make a form which the user will select one of the files in the directory (no problem to do it, just html form)
step2 - recognize what is the path of the directory - here i need some help, how can i now the directory?
step3 - loop over the files and upload them (did it for static directory, which i give the directory name)
hope someone can help