Search found 40 matches

by amrish_deep
Fri Sep 19, 2008 11:44 am
Forum: JFileUpload
Topic: How does chunking and Resumable upload worktogether ?
Replies: 3
Views: 8195

How does chunking and Resumable upload worktogether ?

Is there any way where the Jfileupload applet chunks only if the file size exceeds some limit though we include chunk size parameter in aspx?I need only the files of size>1.5GB to be chunked. I also need the server side code for the Resume feature combined with chunking.Currently I have implemented ...
by amrish_deep
Wed Sep 10, 2008 10:16 am
Forum: JFileUpload
Topic: Upload fails for file size >4GB
Replies: 3
Views: 8522

Upload fails for file size >4GB

I am trying to upload a file of size 4GB on to the server's partition which has got enough free space to accommodate the file and the connection to the server persists all the time. I could see the upload progress till 98% then the following exception occurs java.net.SocketException: Connection rese...
by amrish_deep
Fri Jul 18, 2008 10:53 am
Forum: JFileUpload
Topic: *** ASPNet Session Cookie fails in FireFox
Replies: 7
Views: 14996

Re: *** ASPNet Session Cookie fails in FireFox

Our website is not accessible over the world wide web. We can initiate a Web-ex session so that one of your support engineers can look into our code. Please get back at the earliest! :!:
by amrish_deep
Wed Jul 16, 2008 10:59 am
Forum: JFileUpload
Topic: *** ASPNet Session Cookie fails in FireFox
Replies: 7
Views: 14996

Re: *** ASPNet Session Cookie fails in FireFox

Hi Support Team,
The Cookie value which is set is "u2h2tvyujme0gu55p4glbh55"
by amrish_deep
Tue Jul 15, 2008 11:29 am
Forum: JFileUpload
Topic: *** ASPNet Session Cookie fails in FireFox
Replies: 7
Views: 14996

Re: *** ASPNet Session Cookie fails in FireFox

I am facing the problem even in previous version of FF
by amrish_deep
Mon Jul 14, 2008 11:37 am
Forum: JFileUpload
Topic: *** ASPNet Session Cookie fails in FireFox
Replies: 7
Views: 14996

*** ASPNet Session Cookie fails in FireFox

Hi Support Team, I had already submitted a question regarding getting the Applet requests in the same session as the parent browser for dot net websites. The following is the topic url http://www.jfileupload.com/support/forums/viewtopic.php?f=2&t=82 It is now working great with IE. But when I run th...
by amrish_deep
Wed Jul 09, 2008 12:35 pm
Forum: JFileUpload
Topic: Deployment fails on IIS
Replies: 2
Views: 6507

Re: Deployment fails on IIS

I got it working! the issue was that I had overlooked the inclusion of 'PUT" verb in the IIS Config settings. After I added it, it started working as usual.

Thanks
by amrish_deep
Wed Jul 09, 2008 9:12 am
Forum: JFileUpload
Topic: Deployment fails on IIS
Replies: 2
Views: 6507

Deployment fails on IIS

Hi, I am currently evaluating JFileUpload applet for my ASP.Net Application. I am using the PUT method by specifying the following parameter values for the applet <param name="param5" value="httpmethod" /> <param name="value5" value="put" /> I also specify a valid url which contains the upload handl...
by amrish_deep
Wed Jun 25, 2008 6:31 am
Forum: JFileUpload
Topic: ** Session Issue with PUT + ASP.Net
Replies: 1
Views: 5439

** Session Issue with PUT + ASP.Net

Hi, As per the reply from one of my previous posts, I have used the following parameters in the Applet tag ( for resumable uploads using IIS ) <PARAM NAME="param5" VALUE="httpmethod"> <PARAM NAME="value5" VALUE="put"> The problem I am facing is that, in the URL mentioned for the "url" paramerter, wh...
by amrish_deep
Tue Jun 17, 2008 5:32 am
Forum: JFileUpload
Topic: ** Getting Resume Upload to WORK
Replies: 1
Views: 5736

** Getting Resume Upload to WORK

Hi, I am currently evaluating the resume functionality of the JFileUpload. But unfortunately I am not able to get it to work. The following are the details of my current settings. Please help me out to get the resume upload up and working. * We have a Software Distribution website on IIS for which w...