Search found 19 matches

by Indu
Sun Apr 05, 2009 1:46 pm
Forum: JFileUpload
Topic: Can we make One webserver as Upload Server??
Replies: 3
Views: 7403

Re: Can we make One webserver as Upload Server??

I am sorry..My question was not clear..I wanted to make one of the webserver as upload server..Say for example my upload server is 3..If i am on server 1 it gives HTTP error But on server 3 it works fine..We are uploading to a temp dir on the upload server and depending on user preferences on the fo...
by Indu
Fri Apr 03, 2009 8:02 pm
Forum: JFileUpload
Topic: Can we make One webserver as Upload Server??
Replies: 3
Views: 7403

Can we make One webserver as Upload Server??

We do have around 10 web servers..Wanted to make one of them to them as webserver.. This is the code I am using and sServer is the uploadServer..But when I upload from other servers other than uploadserver it gives http error.. var PropUrl2 = "http://<%=sServer%>/CST.web/process.aspx" var forwardUrl...
by Indu
Tue Mar 17, 2009 2:36 pm
Forum: JBatchUpload
Topic: server side example for JBatchUpload
Replies: 9
Views: 23391

Re: server side example for JBatchUpload

Soory I got it..I used the forword url for the purpose..
by Indu
Tue Mar 17, 2009 1:09 pm
Forum: JFileUpload
Topic: How to change the allowed extentions depending on a variable
Replies: 1
Views: 4616

How to change the allowed extentions depending on a variable

We do have a requirement like When a variable is 1 then allow particular extention (like jpeg and doc,docx) and varible 2 then allow some more extensions..Is ther any way to achive that??
by Indu
Mon Mar 16, 2009 7:45 pm
Forum: JBatchUpload
Topic: server side example for JBatchUpload
Replies: 9
Views: 23391

Re: server side example for JBatchUpload

The example you gave works fine..Thanks a lot..Now I am doing some customization.. I wanted to do some checks on process.asp before uploading..For that I thought will pass some variables param1-12 and values in the applet.. How do I access the variables and values in process.asp?? Appreciate your he...
by Indu
Thu Mar 12, 2009 4:12 pm
Forum: JBatchUpload
Topic: server side example for JBatchUpload
Replies: 9
Views: 23391

Re: server side example for JBatchUpload

Appreciate your help..I will try it out
by Indu
Wed Mar 11, 2009 12:50 pm
Forum: JBatchUpload
Topic: server side example for JBatchUpload
Replies: 9
Views: 23391

Re: server side example for JBatchUpload

THankyou so much..I will wait for that..
by Indu
Tue Mar 10, 2009 8:20 pm
Forum: JBatchUpload
Topic: server side example for JBatchUpload
Replies: 9
Views: 23391

Re: server side example for JBatchUpload

So I won't be able to use JBatchUpload on Classic Asp?? I can only use JfileUpload?? I am kind of new to this and doing some research to buy..So If you can sent me a good example for JBatchUpload either in .net or asp will be greatly appreciated..
by Indu
Tue Mar 10, 2009 6:11 pm
Forum: JBatchUpload
Topic: server side example for JBatchUpload
Replies: 9
Views: 23391

server side example for JBatchUpload

Do you have any server side example for JBatchUpload for classsic Asp??