Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
12answers
15k views

ASP.NET Image uploading with Resizing

I have an aspx page which will upload images to server harddisk from client pc But now i need to change my program in such a way that it would allow me to resize the image while uploading. Does ...
12
votes
6answers
2k views

What is the best client side browser library to upload multiple files over http?

What is the best client side http library to upload multiple files? If it can handle directories that's a huge bonus. I'm looking for something that is open source or free. I'm looking for something ...
11
votes
4answers
6k views

WCF Chunking / Streaming

I'm using WCF and want to upload a large file from the client to the server. I have investigated and decided to follow the chunking approach outlined at ...
10
votes
2answers
934 views

Apache commons file upload alternatives

I was wondering what Java File Upload API's StackOverflow users have used in the past and would recommend using? A quick Google Search seems to indicate that the most commonly used API is Apache ...
9
votes
2answers
21k views

Increase file upload size limit in iis6

Is there any other place besides the metabase.xml file where the file upload size can be modified? I am currently running a staging server with IIS6 and it is setup to allow uploading of files up to ...
6
votes
1answer
446 views

android uploading image

I got a question in the part of image selecting and uploading. first, here's error message 08-04 02:14:21.912: DEBUG/PHOTOUPLOADER(576): java.io.FileNotFoundException: ...
6
votes
4answers
312 views

How do I secure private photos that a user uploads on my site?

I am using PHP/MySQL to handle the image uploading. I want all images that are uploaded to the logged in user's gallery to only be accessible by the logged in user. I do not want people to be able to ...
5
votes
2answers
441 views

Best practices for storing uploaded files in filesystem

What is the best practices regarding storing files uploaded from users? Currently, I am during the following method for storing files: ...
4
votes
1answer
223 views

HTML5 multiple file upload. more options?

I am using HTML5's multiple file upload feature. I am wondering if: Can you limit the number of file a user can select? Can you get the order in which they were selected? I am making a page where ...
4
votes
1answer
213 views

Do I need to close my connections to Amazon S3 in my Rails App?

I'm migrating my rails app to Heroku and need to change my file upload functionality to use Amazon S3 instead of local storage. I am using the aws-s3 gem and have this working but just want to make ...
3
votes
2answers
44 views

POST files uploading - multipart/form-data + UTF bug in PHP?

When I try to upload files using HTTP post with header Content-Type: multipart/form-data; boundary=-----NPRequestBoundary----- everything works as expected but trying to use Content-Type: ...
3
votes
1answer
45 views

Possible to upload a file from client's machine to a server that is external to the webserver hosting the form?

To setup the scenario, there are three machines: (1) The client's machine, (2) the webserver, (3) and a file storage server. These three machines are not within the same local-area-network, nor are ...
3
votes
2answers
55 views

Video Uploading Process and Amazon S3

My question is in regards to how I should go about doing this. My site allows users to upload videos (1min - 5min in length). At the moment, the user chooses the video file, I then begin uploading ...
3
votes
4answers
255 views

POST data disapearing on large file upload

I'm having issues with a file uploading utility in my PHP application. When sending large files (9MB+) over the form, I get a very odd behaviour: the POST data I've included in the form dissapears, ...
2
votes
1answer
50 views

Form validation PHP

I have a form with 3 textboxes where users upload at least 1 file and their details. Only problem I have is that when file is not uploaded to the server it still sends the email without the ...
2
votes
1answer
80 views

Which WinAPI library is best for uploading a file to a server

I have a WinAPI C++ application & I need to upload a file to my server. I want to use native WinAPI libraries/header files to upload the file so that my application will work on windows platforms ...
2
votes
1answer
97 views

resuming and uploading files with wcf

I'm building an application to upload files from clients to a server using wcf and I'm trying to implement a way to resume the upload if connection fails. Suppose I have a 500 KB file, the upload ...
2
votes
2answers
541 views

php image upload problem in IE

I got this php uploading script which is working fine on Mozilla, Chrome, Opera, Safari : $image1=$_FILES['file1']['name']; if ($image1) { $filename1 = stripslashes($_FILES['file1']['name']); ...
2
votes
1answer
78 views

Running scripts on source upload

I'm using Netbeans 6.9 to develop PHP code; testing happens locally on my PC (XAMPP); once done code is uploaded using Netbeans upload facility to the production web server. I recall reading about ...
2
votes
1answer
469 views

Load local image into browser using JavaScript?

I'm currently developing a solution for a web-to-print, poster printing application. One of features I'd like to include is the ability to 'edit' (crop/scale/rotate) a given image, before proceeding ...
2
votes
4answers
287 views

Upload max size in PHP?

Is it possible for the upload of ~100 MB files using PHP? If so, what changes need to occur in the configuration file (php.ini)? Sri
2
votes
2answers
227 views

SOAP , getting progress of the uploaded Request while its uploading c#

Im trying to upload a file through a SOAP request , and it worked perfectly , but I couldnt get a progress for the uploaded amount of the request .
2
votes
9answers
763 views

Upload a virus using a webform

Is it possible to upload a virus to a remote computer using a webform? If yes how do we prevent this from happening assuming we are limiting file types to just images?
2
votes
4answers
267 views

Strategy for RESTfully posting many entities

I am still in the process of getting comfortable with doing things the REST way. In my situation, client software will be interacting with a RESTful service. Rarely, the client will upload its ...
2
votes
3answers
917 views

TSO/MVS Uploading problem

I'm uploading an ebcdic file(converted from ascii) from Windows OS to Mainframe. My problem is that when I checked the file after uploading it, I see alot of new lines. When I tried to check it with ...
1
vote
4answers
36 views

Rails, Heroku, Paperclip and the uploading of files to S3

I'm working on an app that will let users submit zip files that are about ~5mb in size I imagine. I will then take these files manually and work with them on my end. I'm looking into using Paperclip ...
1
vote
1answer
48 views

A generic error occurred in GDI+

A have an image upload function that works fine on localhost but when I try and run under Windows Server 2003 I get the error message This is the code.. Now before anyone jumps on me ;) I've looked ...
1
vote
2answers
147 views

rails + carrierwave file uploading form arbitrary file fields count

I need to have from 1 to 15 file fields for photos. Now I'm uploading files with carrierwave gem building every photo object in my controller like: N.times { @car.photos.build } and then provide N ...
1
vote
2answers
58 views

Guidelines for storing uploaded photo info in database

We are making a social site for a client (final project for classes) and he wants a photo uploading feature. We thought about putting a link in a MySQL database to the picture with a unique ID for ...
1
vote
2answers
866 views

Twitter's statuses/update_with_media on iOS returns 500 error

Does anybody use new twitter functionality, statuses/update_with_media? I've tried to use it to upload photo and it returns internal server error. My request is following: *********************** ...
1
vote
1answer
91 views

YUI3 Uploader + Rails rjs

I'm trying to use the YUI3 Uploader with a Rails 2.3.12 project. I've got it working up to the point of parsing the response after uploading. The response is an RJS file rendering a partial, to ...
1
vote
2answers
249 views

How to manipulate files in google app engine datastore

My problem revolves around a user making a text file upload to my app. I need to get this file and process it with my app before saving it to the datastore. From the little I have read, I understand ...
1
vote
0answers
175 views

fckeditor upload problem

I am trying to use the upload feature in FckEditor but when I choose the file and press upload I get "Upload in progress please wait" but nothing happened , knowing that I can create new folder and ...
1
vote
1answer
319 views

Uploading App - Where is the Configuration Field in XCode 4?

I'm trying to upload my first app to App Store. I'm following the instructions in the iOS Provision Portal. The problem is that all the instructions and screen shots are still relevant to XCode ...
1
vote
1answer
316 views

Uploading pdf files to Mysql server

I am unable to upload the pdf documents that are created using Photoshop and PDFTK. Other pdf documents are getting uploaded without any problem. I am getting the following warning: fread(): ...
1
vote
1answer
174 views

Cloudfront - Propagation of files across CDN?

got a situation where I'm uploading files to S3 for a AWS Cloudfront distro. As soon as they're uploaded and perms set I'm sending my user to view the content... but I've just had a situation where ...
1
vote
3answers
58 views

What are the difficulties/issues to consider when allowing ZIP file uploads?

I allow PDF files to be uploaded to my site (PHP). I would like to offer the ability to also allow .zip files which contain PDF files in directories so it is easier for users to simply zip a ...
1
vote
1answer
366 views

'bool' object has no attribute 'has_header' when uploading via a FileField in my admin

My models.py from django.db import models from django.contrib.auth.models import User class Song(models.Model): uploader = models.ForeignKey(User) date_uploaded = ...
1
vote
1answer
472 views

Uploading XML files from WP7, possible, how to etc?

I'm looking into a system where users can upload xml files to a website for others to download later on. I have very little experience in this department and don't really know where to begin so this ...
1
vote
2answers
103 views

Is there any way to let users begin downloading a file before it's finished uploading?

Anyone have any ideas on how to implement this?.. I am building a file sharing site and I want to allow users to begin downloading files before there even finished uploading. Is this possible?
1
vote
2answers
501 views

uploading image to imgur using c#

Uploading image to imgur.com using code below returns http 400 error code. My developer key is correct and I tried different image formats with sizes upto 70 kb. I also tried code example for c# ...
1
vote
1answer
888 views

Image Upload preview not working Chrome

This is code only Compatibility IE, FF but not working chrome and safari. please suggest me a way for that. <h3>Choose an image:</h3> <input type='file' ...
1
vote
1answer
28 views

Is there an API / service for uploading assets from a web app?

I'm curious if a service exists that handles file uploads and provides a UI widget. Ideally it would work as such: They provide an embeddable and customizable file upload widget (upload progress, ...
1
vote
1answer
607 views

iphone - publish app to app store using application loader

I've older version of iphone SDK OS 3.1.3 and I created an app using that. I prepared the app and ready for uploading to app store. In app store, I created new application and provided all the ...
1
vote
2answers
420 views

Web based large files upload with resume facility in django or asp.net

We are looking for an approach for developing a web based application which should have facility to upload large files (size upto 10 GB) with resume facility. We want to develop this application ...
1
vote
1answer
262 views

ASP.NET Connection Reset on Upload

I'm running into a problem with my app (ASP.NET MVC 2) where I can't upload files (images in my case). I've changed the web.config to accept up to 20MB, and I'm trying to upload a file that's only ...
1
vote
2answers
578 views

PHP Upload File Validation

Hope you're having great day/night. I'm creating file upload script and I'm looking for the best techniques and practices to validate uploaded files. Allowed extensions are: $allowed_extensions = ...
1
vote
2answers
97 views

What is the best scenario to upload various file where each file is more then 100 MB?

i'm uploading these files in apache, using php. is there any best way to make uploading faster ?
1
vote
1answer
434 views

Uploading Audio Files with ASIHTTPRequest

Can anyone please give me a tutorial on how to upload Audio Files onto a server using ASIHTTPRequest? I'll need to build a JSON and get the audio data into the JSON then send it to the server. If ...
1
vote
1answer
796 views

need to add secure ftp file upload area to a client's website

This is a variation on a previous question as I am having tons of trouble finding answers in all my relentless online searches. Am designing a website for an architecture firm. They want their ...

1 2 3