hi all, I want to post a file into a notes database in the domino server thru the ie browser. Can anyone help how to do this…maybe a java code which will post a file into the domino server…
thanx & regards,
krish
hi all, I want to post a file into a notes database in the domino server thru the ie browser. Can anyone help how to do this…maybe a java code which will post a file into the domino server…
thanx & regards,
krish
Subject: HTTP Post
Use a file upload control on a Form. The file will be uploaded and stored in a Document as an attachment. After it is attached, it will be accessible using /$File/filename.ext
Subject: RE: HTTP Post
hi, Actually I dont want to use the file upload control. I have the requirement to create a custom file upload control…pls if you have any idea how to post a file to the domino server from an ie browser programmatically…
regards & thanks
krish
Subject: RE: HTTP Post
What the heck is wrong with the file upload control? Is it an appearance issue? Do you not know how to handle attachments after they’re uploaded (saving to alternate locations, etc.)?
And you CANNOT access the user’s file system programmatically unless there’s something SEVERELY wrong with the user’s browser or security settings.