uploading

Is there an easy way to add a secure file upload form (username, password, select file) to a website?

Hi, I am very new to website design. Have an architect who wants his clients to enable his clients to upload (ftp - but don't know if http could be a better alternative?) files (plans etc.) to him, through the website I'm designing for him. I have seen similar things available on printers websites... I have seen uploadify, but it requ...

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 clients to be able to upload files to them, through a link on their site, via ftp. They also want to have a sign in for their clients, and ensure...

chech how much file is uploaded in php

is there any way to check how much of the file is uploaded in php? so that i may display a progress based on that. plz tell me a way other than apc_fetch(). ...

Php grab file information on upload

Is it possible to write an upload script in php that takes the file information(for example... a music file has the artist, album ect ect within the file information) and writes it into a database? If so how would i go abouts doing so... ...

100% safe photo upload script

Question is simple. How can I make 100% safe photo upload script with php? Is there any tutorials which shows all possible safeness's gaps? Do not offer me to look this question http://stackoverflow.com/questions/786507/uploading-photos-how-can-i-keep-our-website-safe-stable, because there they talk only about size. But I want to be sur...

Is it everything I can do to make this upload form "safe"?

I did the same upload form for photo uploading like here. Is it everything I can do to protect my website or I need to add something? Thank you very much. ...

Does the file is being downloaded to site even if it's not supposed to be downloaded?

I am sure this is the one of the most epic titles ever. So, I have upload form like here. I made that people could upload their files only up to 1 MB. But, if I try to upload for example 1 GB file, it takes ages before it gives me an error. So, here comes a question. Before checking file's size, does that file is being downloaded in my h...

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 this is too vague please don't hesitate to ask for more info. let's say i use AVAudioRecorder class. What would i use to send that audio file...

uploading word Documents

Hi, This is Srinivas I am workig on File Streams, When i am Uploading Word Documents in the Server i am getting the Error "Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154." The Server is Windows 2003. The Uploading of the Word Doc...

iTunes Connect uploading problem

Too bad that iTunes Connect changed its behavior recently. I'm providing an update to an existing app. I submitted new binary using the Loader without problem on the first try. Then I discovered that different from before, one has to reject the binaries in order to change screenshots. Too bad that the update is in the status of "In Revie...

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 Commons File Upload (currently at 1.2.1), however, we've had some issues regarding the use of this library with larger files that we've been una...

Wordpress - Fatal error: Out of memory (allocated 48496640) - netfirms

I'm having a problems uploading images and keep getting the same error message. I've googled the issues and have found some "fixes" but they don't seem to be doing anything. I've tried adding a custom php.ini file Adding ini_set('memory_limit' ... in the file that throws the error The site is being hosted by Netfirm (which has been pa...

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 ? ...

Flash Uploads and Proxy Issues

We have an internal application written in Flex that uploads content to a .NET web handler for processing. We have periodic issues due to clients behind proxy servers where it will occasionally prompt them to connect to the proxy server before doing anything, but if they do, the application doesn't work properly. If they cancel, the app...

PHP Upload File Validation

Hello All, 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 = array('gif','jpg','png','swf','doc','docx','pdf','zip','rar','rtf','psd'); Here's the list of what I'm doing. Checking file ...

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 sure that I'm doing things right and not creating problems for myself. In my uploading code I have the following; AWS::S3::Base.establish_c...

ASP.NET Connection Reset on Upload

Hi all, 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 3MB. The app itself has two ways to upload. The initial upload which starts a Gallery and then an additional upload to append to a G...

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

Hi 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 using python/django or C#/asp.net. Any suggestion would be appreciated. ...

Is possible to upload large 400-800MB files using Rack Space Cloud site hosting?

I have had a hell of a time with this. Basically I think I loose the session due to a time out issue or tmp folder FULL issue. Not really sure. Uploading smaller files is not an issue with my scripts 25-75 MBs but anything over 200MB breaks. Weird thing is I use to be able to upload up to 400MB files but something change I think ov...

Valums Ajax Upload: Canceling a file saved in the input

I need to be able to cancel the file that is saved in the hidden iframe file input. The problem is if you select a file and try to upload and get an error (for instance if you haven't filled out all the information in the form yet) if you try to upload the same file again it just doesn't work, the onSubmit won't fire ever. I added a cu...