|
I can't seem to figure out this what seems simple command- I can upload folders and files based on the value in a textbox (actually a label- same deal)
So if there's files in on the server already, and I need to add more or append whats already there, I can't because it says they already exist. So I tried this based on a search I did-
But because the value in the frmMain.lblID.Text is a number, I get the following error- Conversion from string "/files/logfiles/1" to type 'Integer' is not valid. (with "1" being the number in the lblID.Text in my form. I also tried So how can I solve this? |
|
To overwrite existing files on target destination, please specify the last parameter to
Using the Awesome, thanks a ton. Works perfectly.
(05 Aug '11, 06:20)
Rob T
|