I am using the multiple upload code for vb.net and microsoft ajax. The uploader works as advertised but I would like to use a relative path instead of the absolute path for the item.CopyTo command.
When I change the code to relative path, I get the following error:
Could not find a part of the path '..\files\orders\menufeature_bnc_03.jpg'.
I'm pretty sure this is a simple fix but I can't find it.