0
votes
1answer
20 views
File Upload / Memory Stream Security
Hi,
We are thinking of have a form on our webpage that would allow people to email attachments through.
The method used to do this is via a memory stream, avoiding any files bein …
2
votes
2answers
65 views
+250
Validating Uploaded Files in Django
A Django app that I am working has an Event model. An Event may have associated photos, static html files and pdf files.
I would like to allow trusted users to upload these files, …
0
votes
3answers
49 views
How is file upload handled in HTTP?
I am curious to know how webservers handle file uploads.
Is the entire file sent as a single chunk? Or is it streamed into the webserver - which puts it together and saves it in …
2
votes
7answers
95 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
1answer
115 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 …
0
votes
2answers
100 views
How to select multiple files with <input type=”file”>?
In gmail,I can select several files at one time,
How to implement it?
1
vote
2answers
90 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
50 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
1answer
205 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 …
0
votes
3answers
161 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 …
2
votes
2answers
154 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
66 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.
…
-3
votes
4answers
173 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
35 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 …
