Portal Engine
Version 2.x > Portal Engine > Bizform uploaded files View modes: 
User avatar
Member
Member
matt - 1/22/2007 9:15:18 PM
   
Bizform uploaded files
Problem with Bizform Upload: I Have created a bizform to submit a resume Attribute type is “File” and the Field Type is “Upload File” every time when I try to upload a resume, I get the following error: An error occurred when saving data: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).Couldn't store in UploadResume Column. Expected type is GUID.


There is a /BizFormFiles directory that it’s storing files with the GUID that points to my computer’s temp directory. The Column storing the uploaded document has 32 zeros even though the actual file names have been changed to a proper GUID.


Where/how are these files stored in the database? Where/how can I retrieve the file link?

User avatar
Guest
admin - 1/23/2007 10:04:56 PM
   
Re: Bizform uploaded files
Hi Matt,

Thank you for your post. Unfortunately, this is a bug in 2.0b. It will be fixed in 2.1. The files are stored on the disk in the ~/BizFormFiles folder and accessible through the ~/cmspages/GetBizFormFile.aspx script.

The database field contains the value in format <fileGuid>|<filename>.

Please let me know if I can be of any further assistance.

Best Regards,