upload

Facebook like Video uploader plugins.

Hi, I want that through my web page user could upload audio/video files & it will display exactly like in Facebook. I searched for such type of AJAX plugin but failed to got.. Please help me.. ...

upload large files

Running Unix and php5. I have an upload form that allows people to upload any file format at any size. As of now when you try to upload it fails most of the time when I try to upload a couple mb file. However if I upload a small text file it is fine. Also I have read about issues of timing out with large files. Is there something I can ...

Problem with Flash PHP upload

Hi there, I am using a script to upload photo (written by my own) which allow user to select more than 1 files, using Flash. When user click upload, as3 will post the upload file to upload.php, resize it, and save it one by one. The problem: In production server, if I am uploading many photos and the photos size are very large, >2MB, t...

Amazon S3 Browser Based Upload - Prevent Overwrites

We are using Amazon S3 for images on our website and users upload the images/files directly to S3 through our website. In our policy file we ensure it "begins-with" "upload/". Anyone is able to see the full urls of these images since they are publicly readable images after they are uploaded. Could a hacker come in and use the policy d...

Transfer images from iphone app to online web app

Hello coders and codetts, I created an iphone app, and i'm currently in development of a web app to go along, the main goal is to have the iphone collect data and then upload the data to the web app so that the users can view and print the data that was collected, after the data has been uploaded it will be deleted off the iphone. Now ...

C# Uploading files via HTTP

Hello, is it possible to upload files to web page and then access file data on website using $_FILES['file'] in php? ...

AJAX Upload + Coldfusion

Hello, I'm using the following JQUERY Plug-in to upload ideas: http://valums.com/ajax-upload/ For some reason I'm getting the following error: The cffile action="upload" requires forms to use enctype="multipart/form-data". Even though the plug-in code has it: var form = qq.toElement('<form method="post" enctype="multipart/form-data...

Uploading ASP.NET 3.5 website

I have a website writen in ASP.NET and C#. The site works when run locally, however I don't have any experience with uploading. Recently I got a free hosting package from somee.com and am currently trying to upload it. Basically, the pages that don't require database connection work, the ones that do don't. So, I've created a database ...

A file uploaded with HTTP PUT has extra data at the beginning and the end

I need to implement uploading and downloading files as cheap as possible. For my tests I use Windows XP with IIS 5 and a console C# program. I created a virtual directory in IIS and in my program I execute the following code: System.Net.WebClient webClient = new System.Net.WebClient(); webClient.Credentials = System.Net.CredentialCache...

How to show image after html upload through ajax without reloading the page

I have basic form site with swfupload.swf upload component. In this form I only use swfupload single file html basic upload feature - meaning that only one file uploaded at time - this was done in order to make sure it works on all browsers - i had lots of problems with multiple file flash upload. I would like to view the uploaded ima...

Safe file upload without https (ssl layer)

Hello, I'm PHP developer and I know very little when it comes to https/ssl, but I would like to offer my client safest possible way of uploading file to webpage (i.e. webftp as part of client service on page). Which way should I look? Thank you in advance, I will clarify my question if needed. ...

Can you make an html form to upload images from cell phones with PHP?

I have a website at which you can upload your photos from a trip, for example, and have them displayed in your profile. I am now trying to make a mobile version of this website. So my question is, what is the easiest way to make it possible for my users to upload their images from their cell phones to the website? ...

Allow file uploads for non-registered users

I am creating a service that allows my website visitors to create content (text) and save it so they can access it at a later time. However, users don't need a user account before they can use this feature. They just click "Try now" and use it. If they want to save their work, then that's the time they need to sign up. I am planning to ...

php latest upload

hi For various dull reasons, I'd like to assay a script that looks at the files in a directory, copies the filename of the latest and inserts it into a mysql table. It shld also check if the insert has been done already. I am a web tinkerer (i work in construction) so my question may seem a bit ingenue but what functions do I need to g...

Multiple File upload through threads within JSP

I am uploading multiple files within jsp through a thread. But not getting confirmation message when data upload is completed. I have used join() for thread, & then displayed the dialog box after that & its work fine but only single file is uploaded at a time & others are waiting. I have to show dialog box whenever the uploading gets c...

how to upload python application with google apps???

Hey I developed one application and upload on example.appspot.com now i want to upload it on www.example.com what to do??? pls reply fast.. ...

Strange Form problem: cffile not working

Hmmm...strange problems... I'm making a form to upload syllabi. Basically, someone go search for a course and select the button next to the course that says "Upload Syllabi." Next, a window will popup prompting them for the file. I pass this page info to insert the URL into the database etc. <input name="upload" type="button" value = "...

has anyone comes with new solution for codeigniter and uploadify session problem

Hello i know that this is a famous question and have been asked many times. but i want to ask if there is any new solution for uplodify and codeigniter problem when we use codeigniter session library. i know that flash doesn't forward browser cookies with its request. and i saw many solutions to send the session data as a parameter wit...

Upload large files on the web server on android

Hi I want to upload files on a web server in my android app.Currently i am able to upload files around 5mb from the device but more than this gives a outofmemory exception and also makes app very unstable. i am looking for a method using which we can upload the data in the app background plus of bigger size. Any tutorials/ code is high...

How use multipart/form-data upload picture/image on Android

This is my code. I got Http 400 error, can someone help me? HttpClient httpClient; HttpPost httpPost; HttpResponse response; HttpContext localContext; FileEntity tmp = null; String ret = null; httpClient = new DefaultHttpClient( ); httpClient.getParams().setParameter( ClientPNames.COOKIE_POLICY, CookiePolicy.RFC_2109...