logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • S Hu
    • Posted on Wed 13 Feb 2008

    I'm doing my first web app with Notes, which involves dblookup (thanks to prototype.js and AJAX! =) ) and attachments.

    This is a great solution!

    I didn't like the fact that the doc still gets saved if the file size exceeds the limit, so I added a computed field with the value:

    @SetHTTPHeader("Expires";0)

    and in the WQS agent, I mod it so that it adds the total files being uploaded (I have 5 File Upload Controls) and if the total exceeds the limit, then I return a "/FileSize?OpenForm" page where I think have a history.back(-1).

    This will then allow the user to go back to the previous page without losing any text that the user has typed in.... and the doc isn't saved in the back in too :)

    I hope this info helps others.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: