[jQuery] file upload without actual file

2009-11-02 Thread ericjs
Hi, I need to post to a servlet where one parameter is a file...just as would be sourced with a file upload input in a form. However, I don't want to offer a file selection, or even have the client side file system involved at all. The contents of the file will be generated dynamically by the

Re: [jQuery] file upload without actual file

2009-11-02 Thread brian
So send it as data. You could encode it as Base64. On Mon, Nov 2, 2009 at 10:35 AM, ericjs ericjswry...@gmail.com wrote: Hi, I need to post to a servlet where one parameter is a file...just as would be sourced with a file upload input in a form. However, I don't want to offer a file

[jQuery] File upload - json result ERRORZ!

2009-09-28 Thread Flynsarmy
There appears to be some sort of bug happening if you do a file upload and try to return a json result. If you submit this page without any file selected in the file input an alertbox will pop up saying: {data:div} however if you select a file in the file input then press submit the alert will

[jQuery] file upload empty

2009-09-11 Thread saRca
Hi. I have a form with some text input and a file input. When i try to upload the form with the Form Plugin, the $_FILES array came empty. The field name is newImage, so when I try to show $_FILES['newImage'] ['tmp_name'] i can see nothing. Instead I can see the file name if i do

[jQuery] File upload using HTTP PUT method

2009-07-31 Thread Russell Neufeld
Hi all, Does anyone know if it's possible to transform an input type=file id=uploadedFile... into an HTTP PUT request? Seems like you can do this in Firefox with something like this: fileContent = $('#uploadedFile').files.item(0).getAsBinary(); req = new XMLHttpRequest(); req.open(PUT,

[jQuery] File upload procedure not working in IE7 (only)

2008-09-20 Thread Nigel G
I'm using jquery.js 1.2.6 and the following snippet of javascript to implement a multiple file upload (there is also a plugin available on the jquery site, but it provides all possible bells and whistles in many lines of code; this seemed a much more lightweight approach). However, while it

[jQuery] jquery file upload with form plugin

2008-09-04 Thread Pankaj
Hi.. Trying to upload file with jquery form plugin , file was uploading but i was not getting json response still i have set frame parameter as true in ajax submit request options. please suggest Thanks in advance.

[jQuery] Re: jquery file upload with form plugin

2008-09-04 Thread Giovanni Battista Lenoci
Pankaj ha scritto: Hi.. Trying to upload file with jquery form plugin , file was uploading but i was not getting json response still i have set frame parameter as true in ajax submit request options. please suggest Thanks in advance. Try posting some code :-)

[jQuery] File upload(form blockUI plugins)

2008-09-02 Thread Mr_Mom
Hello, I am trying to make a file upload portal. I have the php portion working. What I am now trying to do is have a blockUI pop up while the files are being uploaded. Below are my two files. Any help or direction is greatly appreciated. I have so far been able to make the blockUI message

[jQuery] File Upload

2008-08-27 Thread shapper
Hi, Does anyone knows how to style and input of type file with JQuery? I want to use an image as the button or maybe a simple normal input styled with CSS. I also want to style the input where the path is ... I want it to have a grey background and no border. Any idea of how to accomplish

[jQuery] File Upload with Form Plugin

2008-06-03 Thread Pascal Zajac
Hi, I'm using the Form Plugin to add AJAX functionality to forms on a system I'm building. The plugin works perfectly with regular text forms, but when I try to add file uploads to the mix, it dies with an error on line 209: form.submit(); is not a function. Using breakpoints in Firebug I've

[jQuery] File upload of a form inside another form

2008-05-25 Thread Giovanni Battista Lenoci
Hi, in a control panel I have a form that collect a lot of data. Inside this form I want to collect N images using the ajaxform plugin to permit an ajaxLike file upload. The problem is that if I use this markup : form name=collectData id=collectData ... input type=text value= name=name form

[jQuery] File upload with AJAX

2008-01-08 Thread Jimmy Neph
Hello people. I want to know if is possible to send a file using the Ajax method. If it is possible, how I do this? Thanks!!

[jQuery] File upload plugin available?

2007-08-18 Thread Steve Finkelstein
Hi all, I'm looking for an elegant and visual appealing file upload plugin. I don't need any stunning effects, just something appealing to the eye, and can allow a user to upload an image or directory on their local system. Can anyone recommend such a utility with jquery? Thank you all! - sf