upload

How to make an upload from local filesystem?

Hi, I'm playing around with swfupload but I think it's a bit hard to integrate it in the django admin of a photo app of mine. So now I'm looking for an upload tool that opens the local filesystem in the browser an let you select files to be uploaded. I've seen this quite often in such online photo-developing-services...any ideas? ...

how to upload photos on facebook apps using form multipart/form-data

Recently I am working with a facebook application but anyhow facebook is not supporting form post with $_FILES, So that I can not upload any file with php regular file upload system. Now I am trying to use file uploading with file url location to upload it in a new created photo album. Is there any easy suggestion so user can upload pho...

How to use CopyIntoItems to copy files into existing doclib items

Hi. This is my scenario: I need to copy files to a sharepoint document library using its web services and set metadata on them. That's all possible with CopyIntoItems (from Copy webservice) except for Lookup fields. CopyIntoItems ignores them, so i need another way to set data on those fields. I've tried to create a list item with the ...

Put Downloaded Emails Back to POP3 Server

How can I put my downloaded emails back to my POP3 server? I want it to appear like how it was sent originally. I made a mistake of setting thunderbird to delete my server-side emails and keep only the local one. Now I need to re-upload it back to my web mail. How do I go about doing such? NOTE: The Mailredirect Extension is not compati...

Passing file paths from Flash to JavaScript for upload?

Hello everybody, first of all my question: Is it possible to pass file names from a running Flash application, which only purpose is to enable multiple-file-selection, to a JavaScript application which handles upload of all files to the server? I have examined various Flash upload solutions (like SWFUpload, Uploadify, etc.) and none of...

What things should be taken point if we have to use unknown user css file

Hi guys, I am thinking to let the users upload a css file and control the colour scheme and other things of the site as per their own configuration. So before building it i would like to know what things i should take care? ...

file upload problem in struts2

Hi , i want to upload a file and update result in other div on the same page dynamically just by showing a string "succeed/failed". It is working fine when i am forwarding result to a new page. However for below mentioned code it is updating div id "two" to [object HTMLDocument]. Please show me the way to solve it. <div id='two' style=...

Upload files asynchronously (AJAX) with HTTP/1.1 PUT method, why not ?

Uploading files via PUT method, even binary or text, via a "normal web browser" is possible. Why many people are just saying, that is not possible ? Sample code with jQuery and PHP. $(document).ready(function() { $("#uploadbutton").click(function() { var filename = $("#file").val(); $.ajax({ type: "PUT", ...

Flash upload progress

Hi, I'm making a bandwidth test in flash, and I want to display a progress bar and the current calculated speed. For the download part this is pretty straightforward, but for the upload part it gets a bit trickier. As I've understood the only way to track upload progress is by using FileReference. But as I'm uploading a dynamically gener...

Rad Upload modification

i have a Rad Upload control to upload more than one image ,,the problem is :: i want each image to have a caption (inserted by the user as a text)during the uploading operation,, so what i wanna to do is modifying the Rad Upload control and adding a text box in it and access the data in this text box .. how to do this???? ...

Upload image into database using php

Hi, i am trying to upload image into database using php, i got an error message saying Undefined index: horse_image here is the form code: <form method="post" enctype="multipart/form-data"action="newhorse.php" OnSubmit="return VerifyDataEntry(this)"> <p>Please type the horse details below <p>Horse Id: <input type="text" name="horse_...

C# file upload: no groups from reg ex???

Hi all, this code was working fine till this morning, can anyone spot my mistake? probably really silly but it has me stumped! i use a form to submit a file (field name 'fileUpEx'), and then i wrote a class to upload it (like i said, it's been working for ages).... (if i write 'filepath' to the page it is 'Test copy.pdf') My class retur...

Something wrong with my code? Multiple Upload PHP file

Here is the code i made, im expecting it to work but somewhere there must be an error. I can't figure out myself, Please help. <?php if(isset($_POST['submit'])){ $max_size = 500000; $image_upload_path = "images/products/"; $allowed_image_extension = array('jpg','jpeg','png','gif'); for($i=0;$i<2;$i++) { ...

Image upload, resolution check, crop and preview. PHP

Hi I am looking for a solution to upload an image, check the resolution crop it if necessary then then preview the image before it then gets printed onto a canvas. I have found loads of examples of this but obviously nothing straight forward, plus i don't want to rip off someone elses work. ASP is NOT an option as the site uses PHP an...

File upload with Yii

Please for your solution about file upload with Yii. Thanks! ...

How to get a document in server - JAVA

I have HTML content from a HTML editor. It's just String and I need to send it as a RTF file to a web service. I think the web service may validate the MIME type and the header of the content that I will send. I tried to create a file on the server, put the HTML content there and then get the file to send, but I couldn’t find a way of do...

how do I upload a photo to facebook from my app, and have it NOT post to the wall?

My iPhone app uploads pictures to the user's Facebook account, and they are automatically placed in the app's photo album on Facebook. In the majority case, the user's wall is also automatically updated to denote that the photo was recently updated. But I dont want this, because I prefer to make a separate wall post with a link to the ...

Upload Photo To Current User Album Facebook PHP

I wrote a Facebook app and need to be able to save a Photo in the current user's photos. I am using PHP. Anyone have any ideas? ...

Wordpress not storing uploaded files

Hi folks, this is really weird. I am uploading files through the admin interface within Wordpress 3.0. Wordpress recognizes the file type and attributes, but does not store it within wp-content/uploads successfully. Upon upload I am given a url that points to a file within wp-content/uploads, that does not exist. Are there any comm...

the dreaded "Warning: imagecreatefromjpeg() : '/tmp/filename' is not a valid JPEG file in /phpfile.php on line xxx"

Hi all, I've been getting this warning when some people upload images to our site : Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/sherifo/private/includes/snapsutils.php on line 220 Warning: imagecreatefromjpeg() [function.imagecreatefromjpe...