0
votes
3answers
115 views
best jQuery AJAX multiple uploader
Any suggestions?
Possibly something very interactive that I can multiple-select files. Thanks!
0
votes
2answers
76 views
File uploads not working within jQuery UI Dialog
So I have a rather odd issue that I wanted to see if anyone has some insight into.
I have a page in which I display a grid of files that have been uploaded to our server. The toolbar for the grid …
0
votes
3answers
53 views
Multiple file upload like orkut style with asp.net mvc..
Hai Guys,
Recently i am working with asp.net mvc... Now i want to upload multiple file uploads like orkut style with asp.net mvc ... I dont know how to get started ...
1
vote
3answers
57 views
ASP.NET File upload - Validation
In our application , we are using asp.net FileUpload control to upload files.
Requirement is , user should be able to upload only ".doc, .xls , .pdf" files.
System should not allow him to upload …
1
vote
1answer
23 views
file upload problem with form check js
hi,
I am using the following mootools1.2 form check js.
http://mootools.floor.ch/en/demos/formcheck/
For form check is working fine, its working fine with ajax form post.
My problem is that when i …
0
votes
1answer
16 views
How to upload a file in SYmfony 1.2 without using a specific form
I haven't done much file uploading in Symfony to this point and I'm trying to figure out how to do it in 1.2+
I can get the files submitted to the action and retrieve them via:
$files = …
2
votes
2answers
172 views
Struts - Uploading Files
I'm having a problem uploading a file using spring webflow 1.0 and struts 1.3.
The jsp is something like this:
<html:form action="/flowAction" method="post" enctype="multipart/form-data">
…
0
votes
3answers
97 views
Why does my File.HasFile always return false
The user will enter a customer number, then select a file to upload, then enter a description and press the save button. However, when I check to see if they've selected a file, it always returns …
0
votes
6answers
95 views
How do I create a button with a function, then submit it, with jQuery?
I am using the following code to add a button to a page
$("#myDiv").html("<button id='fileUpload'>Upload</button>");
I am then creating an Ajax Upload instance on the button.
var …
0
votes
2answers
26 views
USe dynamic destination folder for uploaded file in Django
Hi,
I would like to create dynamically the destination of my uploaded files.
But, it seems that the 'upload_to' option is only available for a models, not for forms. So the following code is wrong.
…
2
votes
3answers
38 views
HTML Compress File Upload?
Hi,
is there any way you can get a browser to compress a file before uploading it?
ie from an <input type="file">
Thanks, Jamie
0
votes
3answers
53 views
upload an image and get its bytes
I have such a form
<form name="" method="post" action="Save" enctype="multipart/form-data">
<div id="dialog" title="Upload files">
<input type="file" …
0
votes
1answer
24 views
How to know when image uploading is finished?
I want to use blockUI plugin for my project. I want to block UI during the uploading images, but i use simple image upload component (non ajax). Does any kind to identify when uploading images is …
2
votes
3answers
52 views
File upload limit in HTTP
Is there any limit theoretically on the size of file that can be uploaded by a client using the browser's file upload using HTML form?
I am posing this because Flash has a drawback where the largest …
1
vote
2answers
42 views
Client side (javascript/jQuery) file manipulation before/after upload/download.
I'm just sounding things out about this having looked around for a while and drawn a blank. I'd like to see if this is even possible as so far I can't see a way to do it.
I want to encrypt a file …
