3
Answers

Need help from someone with alot of time on their hands

jaeisber

jaeisber

20y
2.2k
1
Ok well here is the deal, im desperate. I am in a C# coding class, and we are curently doing a group project that is due on Dec. 7th. Our group is beyond lost, and the teacher and TA are no help at all. This is my last attempt to try and get help on this. here is a link to the project files : http://web.ics.purdue.edu/~jaeisber/file.html . the first file explains the project. In the first file our group is responsible for the All PSO part and the 12:30 PSO part. The second file is text documents required to use in the program. THank you for your help. Jason
Answers (3)
0
spgilmore

spgilmore

NA 591 0 20y
What for? Why not just use an httprequest to download it directly from the server? If you have to do this, you can always base-64 encode the file and send it as a string in a webservice. I belive that .NET webservices support DIME, which is smaller and has other benefits, but I don't know anything about it.