try as we might we can't get export to zip working.. in a test form uploading an image
the path on disk is:C:\someclient\wwwroot-test\umbraco\plugins\umbracoContour\files\c8e8c6f0-9177-402d-8cae-f2d0706f9367\a0d421e2-6cd6-4dfd-9330-cac39f882987\testimage.jpg
but when we try and export we're getting an exception:
System.IO.DirectoryNotFoundException: Could not find a part of
the path
'C:\someclient\wwwroot-test\umbraco\plugins\umbracoContour\files\c8e8c6f0-9177-402d-8cae-f2d0706f9367\a638f566-a788-43e7-b0cb-ec1a1a464895\d3e3.JPG'.
is this a bug and if so how do we fix it asap?
our contour config uploadstorage directory setting is empty at the moment..
turns out yes it was custom code but also turns out that the view I had the entries set to was show a from a month ago.. whereas i had an old entry from an initial run up of contour which no longer existed.
Error trying to export to zip
Hi Guys,
try as we might we can't get export to zip working.. in a test form uploading an image
the path on disk is:C:\someclient\wwwroot-test\umbraco\plugins\umbracoContour\files\c8e8c6f0-9177-402d-8cae-f2d0706f9367\a0d421e2-6cd6-4dfd-9330-cac39f882987\testimage.jpg
but when we try and export we're getting an exception:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\someclient\wwwroot-test\umbraco\plugins\umbracoContour\files\c8e8c6f0-9177-402d-8cae-f2d0706f9367\a638f566-a788-43e7-b0cb-ec1a1a464895\d3e3.JPG'.
is this a bug and if so how do we fix it asap?
our contour config uploadstorage directory setting is empty at the moment..
Cheers,
Tom
Comment author was deleted
Hi Tim,
What are you using to export to a zip? Custom code?
Looks like you aren't getting the correct path... but since it's happening in custom code...
Could you post your code here please?
Hi Tim,
thanks foir the reply..
turns out yes it was custom code but also turns out that the view I had the entries set to was show a from a month ago.. whereas i had an old entry from an initial run up of contour which no longer existed.
Cheers,
Tom
Comment author was deleted
Ok great, glad it's sorted
is working on a reply...