If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
After exporting a field from one form when I try to import it I get an error in th elogs indicating a directory permissions issue
System.IO.DirectoryNotFoundException: Could not find a part of the path. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileInfo.MoveTo(String destFileName) at Brettle.Web.NeatUpload.FilesystemUploadedFile.MoveTo(String path, MoveToOptions opts) at Brettle.Web.NeatUpload.InputFile.MoveTo(String path, MoveToOptions opts) at sts.FormWizard.Web.UI.WebFormControl.btnImportQuestion_Click(Object sender, EventArgs e)
There is no visible error in the UI - report upload complete.
Cheers
John
Hi John,
Make sure the folder exists at /Data/Sites/[SiteID]/systemfiles
create it if it does not exist. That is the temporary location for imported files.
Hope that helps,
Joe
Once again many thanks Joe - you are simply the best.
JC