Upload refers to the sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred, or the initiation of such a process

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

How can I use uploadify to attach images to a post?

I found the uploadify API http://www.uploadify.com/ to upload images to my site. Now I am able to upload files with no problem to the server. But I am trying to implement this API to my site so users ...
0
votes
2answers
13 views

CodeIgniter : image upload on article

I'm building a website with MongoDB and Codeigniter where users can create articles (title + text) and after it (but before to submit), upload some pictures (images are not in the text). I think i ...
0
votes
0answers
15 views

clamdscan can't read from tmp directory

I was wondering what's wrong with my code, if I use clamscan, it works fine both reading from /tmp, or manually specified the path. but if I use clamdscan, any path from /tmp will result in error (the ...
0
votes
1answer
21 views

Best way to upload photos with php : Allowed memory size of 67108864 bytes exhausted

On my website, there is the possibility for users to upload their own photos. The php code stores them in an image, makes a miniature, renames them and stores them on the website. The photos have to ...
0
votes
0answers
29 views

Loop by number of Columns in CSV upload Coldfusion

I'm customizing a CSV uploader to allow for column mapping. I've got a function that parses it into an Array, then I'm looping through it to generate select boxes with the uploaded file column names ...
-3
votes
1answer
19 views

Wordpress downloads page with upload option

I am quite new to this but what I want to do is create a website that is only accessible over wifi. When the user gets to the website(which I will be using wordpress to build) There needs to be a ...
0
votes
1answer
10 views

Image upload issue in wordpress 3.5.1

There is a issue in wordpress for uploading image at the time of creating an article. Steps to regenerate the issue. Posts -> Add new posts -> Add Media -> Upload files. Select a Image to upload, ...
0
votes
0answers
27 views

JQuery File Upload 500 Internal Server Error

I've been stuck on this for about a week and I just seem to be going around in circles. The problem is receiving a 500 Internal Server error when uploading files. I've posted around a few forums but ...
0
votes
0answers
3 views

Kaltura Bulk Upload CSV

I want to use Kaltura Bulk Upload Entries CSV to upload a batch of videos from an ftp server. However I could not find any documentation on the Usage and Schema Description for Entries CSV ...
0
votes
0answers
15 views

Is multithreaded upload permitted for dropbox?

I am trying to get multithreaded chunked upload working (the main idea is that we download a big file to our server by chunks (only keep them in memory until they are uploaded) and redirect them to ...
0
votes
0answers
23 views

The upload path does not appear to be valid”. Codeigniter file upload

$config['upload_path'] = './uploads/'; $config['allowed_types'] = 'doc|docx'; $config['max_size'] = '400'; $config['max_width'] = '1024'; $config['max_height'] ...
0
votes
0answers
10 views

uploading using youtube api

We want our students to log on to a web page with their school AD password and be able to upload to our youtube channel using metadata from the AD. Has anyone achieved this with v3 of API. can't seem ...
0
votes
0answers
15 views

Android: How to set up a dynamic upload progress bar while FTPClient.storeFile?

In android I need to set up an upload progress bar for uploading picture files (only picture files). I don't know how to do it dynamically... How can I do this? I know that's not the correct way, ...
0
votes
0answers
36 views

Upload file in a location specified in tomcat server.xml conf

I have an upload form and I would like to save the file in my filesystem. First, I tried to create the path where the uploaded file will be saved: File dest = new File("/front/uploads/images"); ...
0
votes
1answer
29 views

file upload excel exception

I have a problem in uploading excel file, my Java code below File newFile = new File("C:/sample.xls"); int firstColNo = 0; int row = 0; Cell cell; Workbook wb = Workbook.getWorkbook(newFile); Sheet ...
-1
votes
0answers
14 views

script Facebook PHP SDK stopping or CGI error on upload

I'm developing a script that by Facebook API takes data that then I'm going to save on my DB. The fact is that: a) if the data are many, the script stops with no apparent reason and without any ...
0
votes
0answers
11 views

Media uploader in meta box

I'm trying to add the Wordpress media uploader to a Meta box in a Custom post type . I've followed this tutorial (linking to a cached version, since the page doesn't seem to be working right now). So ...
0
votes
1answer
34 views

How to add a logo path to my company table in Codeigniter?

I have an form for adding companies to my database. I've added a field called Logo. I want to use this field so the user can upload an Logo for their company. I am using the Codeigniter upload class ...
0
votes
1answer
46 views

How to upload an image programmatically using C#

I am trying to simulate a file upload to a website. I have an html form like this: <input name="upl" type="file" style="width:266px" value="File" id="file_input_box" ...
0
votes
1answer
15 views

Script to Specify the FTP File Path

Anyone know if I can specify the file path for an FTP upload or script it if there isnt an FTP option to do this in a program? I'm using ScreenPresso Screenshot Software but the FTP Upload doesnt have ...
0
votes
1answer
22 views

Upload an image from Android photo to Amazon S3 cloud

I am creating an Android app that suppose to upload an image into the server. I am using Eclipse(HTML5 and Phonegap) and for the upload I use WCF service in visual studio. It works fine, now I need to ...
0
votes
0answers
7 views

Multiple file upload blueimp “sequentialUploads = true” not working

I have to store multiple files in a Database. In order to do that I am using jQuery Multiple File Uplaod control written by blueimp. For the server language I use asp.net. It uses a handler – ashx ...
0
votes
1answer
31 views

How do I set up a rails app where many users are uploading images at the same time?

I like to use heroku and paperclip for image uploads. Usually my users don't need to upload many images. I'm now embarking on a website where many users will be trying to upload images at the same ...
0
votes
1answer
9 views

Install ImageMagick for paperclip gem in windows

I follow this guide for use paperclip http://railscasts.com/episodes/134-paperclip?language=en&view=asciicast all is ok but note that to enable resizing you’ll need to have ImageMagick installed ...
0
votes
4answers
31 views

Java EE - Upload image to database?

I'm making a fairly basic site for my mother, and seeing as I did some stuff in Java EE and with EJB during college last semester, I'm going to stick to this. The only issue I am having is uploading ...
-1
votes
0answers
7 views

cakePHP file upload for v1.3 [closed]

All, Wish I could find a working example of this for v1.3 All the current examples, when I cut-n-paste; error out, so need a working example. Thanks! OMR
0
votes
0answers
6 views

path for uploading files using servlets

I am Making a program to uploading files using servlet in java. Here I use Context-param to give path where files are uploaded. here is code.. <context-param> <description>Location ...
0
votes
1answer
17 views

Zend for picture uploads needing to resize images

So, I am using Zend to handle my image uploads. This script works well, but I was wondering if there is a way to resize the image that is being uploaded no matter what the current size is. I've seen 2 ...
-2
votes
1answer
20 views

Php Secure upload of an image [closed]

What kind of checks should i do ? For example: mime check, is valid image check (how to do it?), and what else? I want to prevent uploading of virus/shell/no-image file. Thanks you. URLs to ...
0
votes
0answers
12 views

How to disable cache in nginx when upload file

We configure nginx as front server, and jetty as the backend server. When we upload file, nginx will cache the uploading file, and then send to the jetty server. Can anyone tell me how to disable the ...
-1
votes
1answer
25 views

Secure upload of an image. php [closed]

I have upload images website, what kind of checks should i do ? For example: mime check, is valid image check, and what else? i won't to prevent uploading of virus/shell/no-image file. Thanks you. ...
0
votes
1answer
37 views

Prevent upload shell files. php

I have image upload website. Someone is uploading here shells files. My validations are: - Check file's mime (only image's mimes able) - Check if getimagesize returning array (by is_array) If not, ...
0
votes
2answers
24 views

Upload images to media library based on custom field

I have just migrated from a custom built site. As I was not totally sure what I was doing, I created a custom field called featured_image and put a URL to an image in it for each post. Now. Is there ...
0
votes
1answer
28 views

PHP file not handling uploads

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>File Manager</title> <link rel="stylesheet" href="css/style.css" /> ...
-1
votes
2answers
39 views

Add watermark to file during upload

I'm trying to make an upload function which adds a watermark to every file uploaded in memory and then saves the files to a specific folder. However, I can't get the watermark part of the code to ...
1
vote
2answers
34 views

upload photos at a time

I'm trying to upload more than photo at the same with object XMLHttpRequest. if(files.length <= 6) { for(var i = 0; i < files.length; i++) { var formData = new FormData(); ...
0
votes
1answer
21 views

Trying to access web/uploads/produits/img Symfony2

I'm trying to upload a file and place it in my web/uploads/produits/img directory but the code bellow is not working: public function getUploadDir() { return 'uploads/produits/img'; } protected ...
-2
votes
0answers
20 views

Image Upload and get back URL eclipse [closed]

What is the way in eclipse to be able to upload a photo online on any server and be able to get back the uploaded photo URL ??
1
vote
2answers
32 views

php send file to sftp

I am trying to send a file with SFTP I get error while I am trying to upload the file. Permissions on the remote folder are ok. $connection = ssh2_connect('10.0.10.245', 22); ...
0
votes
0answers
13 views

upload files to relative path in jsp

I'm trying to upload a file to a folder WebContent/upload. But I'm getting the error "java.io.FileNotFoundException: \upload\images.jpg (The system cannot find the path specified)" I'm able to ...
1
vote
0answers
22 views

apc_fetch PHP 5.3 with Zend Server

I encountered a problem when I wanted to show a process bar in a file upload. My php version is 5.3.14. My zend server version is 5.6. I turned off the Zend Data Cache & Zend Optimizer+. Here is ...
0
votes
2answers
28 views

File Upload PHP To DJango [closed]

Can you help with the following example. How is it realized in python ? <?php function bytesToSize1024($bytes, $precision = 2) { $unit = array('B','KB','MB'); return @round($bytes / ...
-1
votes
0answers
12 views

How do you check internet upload speed using wget? [closed]

My service provider frequently drops my upload speed from 1.5Mb/sec to .5Mb/sec. They routinely say there is not problem. One fix that I've discovered is to reboot the cable modem which typically ...
0
votes
1answer
35 views

HTML - file upload form does not work with iPad

Uploading files on the IPad is not possible because "Choose file" is grayed out. Is there a workaround to upload files in a iPad browser. I'm using the current chrome for iPad. my upload code: ...
1
vote
0answers
33 views

Out of memory Exception during base64 encoding in android?

I have to upload four images from android to server using multipart entity.I am sending images by decoding it with base64.And it shows out of memory exception.I have posted the code below. Please ...
0
votes
2answers
22 views

how to return to client with original extension and rename file

i created a website with upload feature and was stored in server with .xxx extension and renamed on every files then record the original extension and file name into database. Client -> Upload -> ...
0
votes
0answers
26 views

rails upload csv with FasterCSV to database IN UTF8

rails - 2.3.8 ruby - 1.8.7 I really searched old questions but found nothing. The deal is: Read from a .csv and update that info to my table in UTF8, but special chars like 'á','è','û' are changed ...
0
votes
1answer
33 views

Uploading multiple files with php without overwriting previous file

So i am trying to upload multiple files at once, but each time i do it is only uploading the last file in the loop for each file upload that i try to do. Ultimately it is only uploading one file to my ...
0
votes
0answers
14 views

android dropbox authentication and upload in different activities

I am trying to upload a file from dropbox in another activity from where i autenticate to dropbox. I have this RegisterActivity.java where the user registers and then later when the registration is ...
0
votes
1answer
50 views

Google Storage REST PUT With Signed URLs

I'm trying to upload the base64 data of an image directly through javascript to Google Storage using signed URLs as authentication, which is apparently possible to do. According to ...

1 2 3 4 5 109