Questions tagged [transmitfile]
36 questions
0
votes
1 answer
TransmitFile is not working
I have a file, and it is full path (plus the file name) is in this variable:
fileTemporary
i want to download that file to the client.
i do this:
HttpContext.Current.Response.TransmitFile(fileTemporary);
but nothing happen, i mean when i click…

Marco Dinatsoli
- 10,322
- 37
- 139
- 253
0
votes
0 answers
java socket transmit segmented file
I use java socket to transmit file.Because the speed is too slow , so I segment file into parts and transmit them by socket(different ports) and multi threads,so now the time of transmitting file will be the time of last part arrived at…

user3044480
- 1
- 2
0
votes
2 answers
Android phone use Java to send a textfile to hosted webspace
I want to save a message in a text file on an android phone onto a hosted web server like bluehost of which I have a username and password. I want to store the file in an arbitrary directory on the server.
What are the general strategies that this…

Sammar javed
- 153
- 1
- 5
0
votes
1 answer
TransmitFile continue with page_load efter Response.End
I've been looking for an answer for a week now and I give up.
I'm creating an excelfile and then let the user download it to his client with TransmitFile.
The thing is, this works perfectly most of the time, but in some cases (can be repeated),…

user1534358
- 1
- 1
0
votes
1 answer
getting the mime of text files
I am using a piece of code someone pasted for C# which uses urlmon.dll. It reads in <= 256bytes and returns the mime based on the data.
Problem is it cant distinguishes a css file from a text/plain. I can goto /style.css but when including it in my…
user34537
0
votes
1 answer
Do I need a USRP2 block in GRC in order to use the USRP2 hardware?
I am trying to find the USRP2 blocks in order to utilize my USRP2. In alot of examples their exists a USRP2 Source that they use and maybe thats the reason why I'm not able to actually send and receive a signal using two USRP2's. We turn on the…

Hector Tosado Jimenez
- 153
- 1
- 3
- 13