Re: [base] file storage system question

2006-11-09 Thread Nicklas Nordborg
Keith Ching wrote: > True, the session id is good only once.. but in subsequent logins, BASE2 > will ask to reauthenticate and after success you can still download the > file. > > still, of course.. i would rather have the download link be auto > generated upon > import of the datafile. > > is

Re: [base] file storage system question

2006-11-09 Thread Keith Ching
True, the session id is good only once.. but in subsequent logins, BASE2 will ask to reauthenticate and after success you can still download the file. still, of course.. i would rather have the download link be auto generated upon import of the datafile. is it within the capabilities of a plu

Re: [base] file storage system question

2006-11-08 Thread Nicklas Nordborg
Keith Ching wrote: > it seems you can make a String annotation type and attach it to raw > bioassay and fill it with > > > src="/base2/images/download.gif"> > > which will produce a link to the specified raw file. Wow, that's a bug, HTML tags should be escaped. Besides, it won't work anyway,

Re: [base] file storage system question

2006-11-08 Thread Keith Ching
it seems you can make a String annotation type and attach it to raw bioassay and fill it with which will produce a link to the specified raw file. Keith Ching wrote: > is there a way to link the original source file to the raw bioassay into > which it was imported? say i have an experiment

[base] file storage system question

2006-11-08 Thread Keith Ching
is there a way to link the original source file to the raw bioassay into which it was imported? say i have an experiment which contains 20 raw bioassays. what would be the best way to be able to list / retrieve the original data files that were used to create the raw bioassays? on another note,