I have used SQL in a set fields action to pull the file size from the attachment (B) table in the past (we showed the file size in a table field in a document library). You could do that with a filter and then throw your own error if it exceeds the threshold.
The downside is that you need to allow the attachment to submit to the db before you can read the value. This could allow a potential performance hit of converting/compressing an excessively large file, inserting it and then throwing an error just to roll back the transaction. Jason On Thu, Mar 11, 2010 at 4:33 AM, Bhupesh Gupta <[email protected]>wrote: > ** How can this be achieved. Is there any option in AL or Filter? > > -- > Regards, > Bhupesh Gupta > _Platinum Sponsor: [email protected] ARSlist: "Where the Answers > Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

