ca8msm that's what i'm asking if I make it a web service and call it from my web app will that not slow down the whole app as each time someone uploads a file and i then call a web service which will not be able to run cause a previous client has called the service, whereas if the processing was...
Hi
How would I specify the file to upload to the server without an inputfile control on the form.
When the user clicks the uploadBtn I want to upload file 123.dat.
I'm using vb, code snipet appriciated.
Thanks
Thanks BoulderBum
That's what I was looking for.
If this function is running can other clients still upload their files or does this make the whole app. single thread?,
I would also need some way of controling in what order clients input gets processed.
What I'd thought of doing was...
Thanks for your reply.
I'd also like to know how to queue clients input and proccess the queue sequentualy ie. open 1 dos window for the web app and not for each client (session).
Do I need to write a web service to achieve this?
Hi
I want to write a web app. that does the following:
Client uploads a file to the server.
This file is placed in a queue of files from other clients waiting to be proccessed.
Each file needs to be proccessed individualy by a legacy single user dos application.
After proccessing the output is...
Hi,
I have the following in code-behind Page_Load
Response.appendheader("refresh", convert.tostring(session.timeout * 60) & "; URL=Login.aspx")
instead of redirecting on timeout I'd like to do window.close. How do I do this ?
Excuse my ignorance I can't find where cookies are enabled/disabled in the internet property settings.
It's probabley ok cause for a single user everything's ok.
If you can tell me where to check I will.
In the web.config cookiless=false.
It's as if the session memory is getting erased. I started using the session variables cause variables that I was passing between forms where also disappearing.
Your input is really appriciated, I'm really strugling with a deadline to meet.
At the moment I'm testing this on 1 pc. But when I've run it on 2 pcs, 2 sepearate users the result is the same the session variable is suddenly non existant.
the suggestion in my previouse post concerning response.write, this is not the problem I commented out all the response.write and still have the same problem.
At the momment I'm running 2 sessions of visual studio to check 2 users. the login is ok for each user, I start 2 sessions. The problem arises when I open a web form where I've also generated an html page ontop of the web form using response.write and response.binarywrite. Could this be the...
hi
I have an asp.net app.
When 2 users login the login details from the 1st user appear in the 2nd user. The session.variables from the 2nd user are deleted (null) what could cause this behaviour?
Hi
Is there an equivelent encoding (ie without any conversion)
for response.binarywrite using system.text.encoding or another command that will give the save output as response.binarywrite?
Thanks
Its flagged (blue underline) when I write the function
mybytearray is declared and has values I'm using VS 2003
vb.net, and I'm desperate to get this to work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.