Is it the programmers responsiblity to check if the file exists? It's not an issue but I don't want to program a function for this if it's going to be added. Currently if you try to upload a file with the same name you will get an error..is this the way it will stay?
This has been discussed and we have plans to enhance uploads in the future. For now the suggestion would be to check yourself using ListFolder to verify the file doesn't already exist or to call delete before uploading.
Regards, Barry R.
That's fine for soap uploads but what about HTTP uploads? I'm assuming the uploads will just fail if the file already exists...there is not way to check before hand since the user selects the file to send directly.
Correct, the error response will be sent back to the forwarding URL via the http Get string as: http://forwardurl/something?NVX.Error=123