Click here to Skip to main content
15,886,676 members

Comments by Anoop Brijmohun (Top 5 by date)

Anoop Brijmohun 29-Jan-13 11:41am View    
Hi guys,
Thanks for the suggestions.
Much appreciated.
Anoop Brijmohun 29-Jan-13 9:24am View    
hi, i need the schedule to notify me when the event has moved to another resource or tiem slot.
the open source does not include this?
Anoop Brijmohun 27-Sep-12 4:24am View    
Hi,

i tried this but it requires me to copy to a folder on server first.

Response.Clear()
Response.ClearContent()
Response.ClearHeaders()
Response.ContentType = "application/pdf"
Dim FilePath As String = Server.MapPath("~/temp/temp.pdf")
Me.lblerror.Text = FilePath
Response.WriteFile(FilePath)
Response.Flush()
Response.End()

it works,
will use this until i can get the above to work.

thanks
Anoop Brijmohun 26-Sep-12 10:03am View    
you right Marcus,

not same machine,
copy local file to server folder.

thanks
Anoop Brijmohun 26-Sep-12 10:02am View    
Hi ,
thanks,
i have tried the webserver route in which i read the contents of the pdf file and send the string to the webservice.

Error: MaxRequest for string excceded...
seems like the string passed through is too long...

the pdf file can be large < 10mb, max 3-4 pages.

the push to server method....
do you have any code for this???
if i understand you correctly...
-pass server url to activex
-copy file to server url
-send server url back to webform.