Tagged Questions
The http-upload tag has no wiki summary.
2
votes
3answers
3k views
Rename file with uploadify
I'm using uploadify with asp and I want to change the file name to the current date+time when the file is complete.
Is there any way to do it?
this is my JS code:
$('#fileUploadJquery').uploadify({
...
1
vote
1answer
99 views
Arbitrary Number of File Uploads in Django
What is the best way to allow a user to do an arbitrary number of file uploads with Django?
If I knew I was going to allow the user to do up to two file uploads then I could just do this in my ...
1
vote
1answer
59 views
HTTP file upload: Can I rely on the browser always sending a file name?
According to this great article about HTTP uploads by Scott Hanselman, the browser typically sends a file name with the file's contents. Can I rely on the file name always being transmitted or do I ...
1
vote
4answers
3k views
Multiple image upload without flash
I want to use HTML and PHP for 9 or more images upload. The problem is that I don't want 9 upload fields because it looks bad. Does anybody have any suggestions ? Maybe examples ?
Thanks.
0
votes
0answers
272 views
Android Http URL connection uploading
I am working in an application which upload the audio files to the server. I got a problem that when my application upload a file my uploaded file size become greater than the original file. I am ...
0
votes
2answers
109 views
HTTP Status code in Java server based web application
I have a web application in Java which does data exchange using XML. I have written a servlet and it uses HTTP Post to upload the XML file from a particular client. Once the Post method is completed ...
0
votes
1answer
330 views
Passing parameters along with a multipart/form-data upload form (Java Http Post Upload)
I have a code base which currently uploads file using Post and has enctype as multipart/form-data. Now I need to include some form items i.e. some parameters will also be passed along with the file ...
0
votes
0answers
251 views
.NET Http file upload intermittent problems
We have had problems for the past year whereby when users upload files to the server very few files will just not upload via a simple HTTP form.
These files have been of varying sizes and types but ...