Tagged Questions

2
votes
7answers
66 views

Best way to handle very large http uploads and downloads on the server-side

I've an upcoming project where I will need to handle very large uploads from browsers (either the classic input type="file" or a Java Applet), and looking for the best tool to do t …
0
votes
2answers
73 views

How to select multiple files with <input type=”file”>?

In gmail,I can select several files at one time, How to implement it?
0
votes
1answer
68 views

How to convert Video to byteArray in C#?

Hi, I am using c# .net compact framework 3.5 and i want to convert a video file to byte array so that i may upload it on the server. In the similar manner i am doing the image up …
1
vote
2answers
72 views

How to retrieve multiple values from the select field using Commons File Upload?

Update: The problem ended up being the Flash component itself. It wasn't properly compiling the multiple values from the element. I notified the developers and they implemented a …
0
votes
1answer
48 views

Where to store uploaded files in PHP & MySQL?

I'm solving problem of storing files in my web app. I've already done some applications where files were stored in filesystem (simple upload of a file via PHP) and I wasn't sure …
0
votes
2answers
20 views

Need to understand why upload isn’t happening in this case?

I've an html file with the below markup: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html x …
0
votes
3answers
148 views

Why is my .zip file corrupted after an HTTP file upload?

I'm trying to use a CGI script to accept and save a file from a program that is using an HTTP POST to send a zip file. In the MIME section of the HTTP header it looks something li …
0
votes
1answer
158 views

ASP.NET MVC Ajax Form: Is enctype correct? Why doesn’t file get uploaded?

In the case that the user doesn't have Javascript activated, in order to draw a form, I begin this way: <% using (Html.BeginForm("Create", "Language", FormMethod.Post, new …
2
votes
2answers
132 views

How to set file programmatically using Paperclip

I have rake task to seed the application with random data using the faker gem. However, we also have images (like logos) that we want uploaded in this rake task. We already have P …
1
vote
1answer
59 views

How is the file uploading progress reported?

I have been trying to implement an ajax-style file upload. I was wondering what we must do to report the uploading progress. I am trying to implement this in my asp.net web page. …
0
votes
2answers
34 views

uploading images

Hi, I got this error when I'm uploading the image into the folder: Warning: fopen(images1/image.jpg) [function.fopen]: failed to open stream: Permission denied. i gave read/w …
-3
votes
4answers
160 views

Is there any way to Upload Video Files using PHP ?

I want to upload and store video files to my server using PHP. Could any one please provide me the code? Please keep in mind that these files are generally larger than 200 MB.
0
votes
2answers
52 views

php file uploading and storing

I want to upload a file on my PHP server. I am currently able to upload it on server using the following code but I don't know how I can store it on the server. How can I store t …
1
vote
1answer
85 views

keep file upload control file path in the control!

i have a file upload control for uploading excel file into SQL Server base on the worksheet. After each upload completion, the file path will be cleared from the control, i wanna k …
-1
votes
2answers
88 views

Multiple File Upload Tool

I'm looking for a web based multiple file upload tool, preferably free, or an easy way/ideas to make such a tool. Scenario: Have team members upload multiple pictures/videos/fil …

1 2 3 4 5 7 next
15 30 50 per page