WAP PUSH

I'm doing WAP push project URL that send to user mobile phone, when user click on it. It will immediately redirect user to download *.mid or *.jpg file.Actually I already got full working code but in PHP
PHP Code:

function returnItem($downloadItem, $file, $mimeType){
header ("Content-Type: $mimeType");
header ("Content-Disposition: attachment; filename=".basename($file).";");
header ("Content-Transfer-Encoding: binary");
@readfile($file);


the most importaint part is @readfile($file) which read the file then directly output to the buffer.Can i know is there any similiar code in ASP? else pls suggest me any alternative way to solve my problem.

View Replies


ADVERTISEMENT

Push Server

Can I create a push server using ASP technology?

View Replies View Related

'push' New Images To Client

Is there a way to use ASP to 'push' a new image to the client every 15 seconds or so?
I guess the entire page will have to be 're-sent' to the client but I'm not sure.I'm trying to 'rotate' a new product image every few seconds.

I could use an animated gif or some java script maybe, but I want to keepthe file small and not have to count on the user having java script enabled.So, I would like to make all this happen from the server side if I can.

View Replies View Related

Push Data To Crystal Report Asp.net

I am attempting to use the push model for a crystal report from a asp.net project.
I am having two problems. First when I attempt to use a sql command I am able to create the report but when I attempt to push the data to it I get a login failed error. When I correct this I get the original data that was used to format the report not the modified data that I am attempting to push to it. Code:

View Replies View Related

ASP Auto Generated List Forcing Page To Push Out

I output a list of towns from a database via a normal recordset loop into a normal paragraph with links - BUT for some reason it is totally pushing the page out... is there any reason for this? I also placed trim() on the town name in case there were lots of mistaken spaces, etc. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved