Create new field with proper url content.
this path are sometime 10 level deep and sometime 20.
this is what I have
full_file_name: /home/sachin/Tests/noise/spread/xspread/xspread_a_10_v1.tl.gz
project: sachin
file_name: xspread_a_10_v1.tl.gz
to new field
url_file: 'http://server1/Projects/JMV3/less_file.php?project=sachin&act=multiview&path=%2F%2Fhome%2sachin%2FTests%2Fnoise%2Fspread%2Fspred%2F&files=xspread_a_10_v1.tl.gz'
seems like I have to add follwing in beginning of the path
http://server1/Projects/JMV3/less_file.php?project=%{project}&act=multiview&path=%2F
and then replace all / with %2F and add
%2F&File=%{file_name}
how do I do it?