Lockstock2SB
Technical User
HI All !
I am really stuck with this project i am trying to do. I need an entriely web based way to upload files to a webserver and then get them moved to a secure server once the 2nd stage user has ok'd them. I have managed to get the files uploaded to the webserver (by a 1st stage user), and i have a page where the 2nd stage user can go to and view a list of files currently on the server and approve the ones that need to go to the secure server.
The way i have been trying to do it so far is to have a check box by each file, and the user ticks each file they want moved to the secure area. They click the submit button when they are ready to move them. This is where my problem starts. I think the problem is in the multiple checkboxes - they all have the same name so are treated as one long string. Long and short of it is i have been messing around trying to make some way of dynamically numbering each checkbox when a new file has been added and displayed on the page. But i am in over my head ! as i dont really know what i am doing lol
How can i use this page to tick off the files i want and move only the ticked files from the webserver to another location ?
Any help would be greatly appreciated !!
Thanks
Steve
I am really stuck with this project i am trying to do. I need an entriely web based way to upload files to a webserver and then get them moved to a secure server once the 2nd stage user has ok'd them. I have managed to get the files uploaded to the webserver (by a 1st stage user), and i have a page where the 2nd stage user can go to and view a list of files currently on the server and approve the ones that need to go to the secure server.
The way i have been trying to do it so far is to have a check box by each file, and the user ticks each file they want moved to the secure area. They click the submit button when they are ready to move them. This is where my problem starts. I think the problem is in the multiple checkboxes - they all have the same name so are treated as one long string. Long and short of it is i have been messing around trying to make some way of dynamically numbering each checkbox when a new file has been added and displayed on the page. But i am in over my head ! as i dont really know what i am doing lol
How can i use this page to tick off the files i want and move only the ticked files from the webserver to another location ?
Any help would be greatly appreciated !!
Thanks
Steve