Search found 40 matches

by amrish_deep
Thu Mar 30, 2017 4:22 am
Forum: JFileUpload
Topic: Pause/ Resume Functionality in jfileupload HTML version
Replies: 1
Views: 13329

Pause/ Resume Functionality in jfileupload HTML version

Hi

Please let us know how to create Pause/Resume button and functionality in Jfileupload HTML version.
by amrish_deep
Tue Mar 21, 2017 11:44 am
Forum: JFileUpload
Topic: JfileUpload HTML verssion
Replies: 0
Views: 34671

JfileUpload HTML verssion

hi
We are try to test the trail version of new jfileupload HTML control.
please provide us samples for rendering the parameters from a aspx.cs code.
Also URL parameter set is not coming to the Aspx.cs code. Please provide u with a sample.

Regards
Ajish.j
by amrish_deep
Fri Sep 23, 2016 9:44 am
Forum: JFileUpload
Topic: JfileUpload HTML5 version required
Replies: 3
Views: 23092

JfileUpload HTML5 version required

Hi we are licensed users of jfileupload and looking forward to the HTML5 version of the control. Please let us know if JFileUpload html5 version is available now. I can see your demo but this is only jbatchupload i dont want this one. Or we can customize jbatchupload and make it jfileupload. Let us ...
by amrish_deep
Mon Nov 24, 2014 6:46 am
Forum: JFileUpload
Topic: HTTP/1.0 302 Found Error
Replies: 1
Views: 17703

HTTP/1.0 302 Found Error

Hi I am getting HTTP/1.0 302 error while using upload applet website environment contains BIG IP and the ssl certificate is registered in the BIG IP and all the requests pass through this BIG IP in my web server where the site is hosted we have only port 80 opened and in BIG IP port 443 is opened fo...
by amrish_deep
Mon Sep 22, 2014 12:27 pm
Forum: JFileUpload
Topic: HTTP/1.1 401 Unauthorized
Replies: 2
Views: 13818

Re: HTTP/1.1 401 Unauthorized

Please see the detailed scenario I am using Jfile upload in my application which is in asp.net and it is hosted in IIS 7.5 web server with identity pool set to a local user account and when i upload file using jfileupload it gives me HTTP 1.1/ 401 Unauthorized Error in the file server where the appl...
by amrish_deep
Mon Sep 22, 2014 12:21 pm
Forum: JFileUpload
Topic: HTTP/1.1 401 Unauthorized
Replies: 2
Views: 13818

HTTP/1.1 401 Unauthorized

Hi JfileUpload we are getting HTTP/1.1 401 Unauthorized error while uploading using jfielupload please see the java error logs mentioned below if you need more erorr logs i can send that also please suggest a solution [DEBUG] header - >> "PUT /SIS/upload/AppletFileUpload.aspx?selectedProductID=1273&...
by amrish_deep
Fri Mar 30, 2012 10:06 am
Forum: JFileUpload
Topic: Overwrite existing file functionality
Replies: 0
Views: 6346

Overwrite existing file functionality

Hi, I am using the jFileUpload utility which provides the end users with a pop-up message in case the file being uploaded already exists in the destination folder. If the user clicks "OK" in the pop-up, the upload continues and overwrites the existing file. This overwriting, I believe, considers the...
by amrish_deep
Thu Jul 14, 2011 11:03 am
Forum: JFileUpload
Topic: Server error HTTP/1.1 405 Method Not Allowed
Replies: 3
Views: 7974

Re: Server error HTTP/1.1 405 Method Not Allowed

I did some more internal logging in my application. I came to know that the first request (for checking if the file exists) is the HTTP HEAD method. It is served properly by the application and appropriate status code is returned. For the next one, which is PUT method, the control does not come to t...
by amrish_deep
Wed Jul 13, 2011 9:17 am
Forum: JFileUpload
Topic: Server error HTTP/1.1 405 Method Not Allowed
Replies: 3
Views: 7974

Server error HTTP/1.1 405 Method Not Allowed

Hi, I recently upgraded my application's DOTNET framework from 2.0 to 4.0 on IIS7 (Windows 2008 server). The upload functionality seems to have been throwing this error since then: Server error HTTP/1.1 405 Method Not Allowed This is the Java log that I am getting: Java Plug-in 1.6.0_23 Using JRE ve...
by amrish_deep
Mon Nov 15, 2010 9:59 am
Forum: JFileUpload
Topic: Java security problem
Replies: 7
Views: 16096

Re: Java security problem

I have rechecked the mime types settings. The .properties extention has been mapped to text/plain mime type and Entry Type is local.
I tried looking for commons-logging.properties and simplelog.properties in our complete solution. But could not find one.