See answers |
Add your answerHi
I've been trying to query Xmod data outside of xmod and when I select the fileupload data as such:
select
dbo.DNN4_KB_XMod_ExtractFieldValue(InstanceData,'FileUpload') as 'File1'
from
DNN4_KB_XMod_Modules WHERE FormID=25
I get the full name and location like this:-
- /Portals/30/images\flickas\fullsize\/sam_20090207_063936.jpg
I'd like to have the file name and location in different fields without the tags.
Do you know how I might do this?
thanks
gus
Submitted by: angusbeare 16 Feb 2009
Categories: FileUpload,XMod
Tags: xmod dnn file upload sql instance data
Required By: