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
4 views

symfony2 file lost upon form error

I am using a standard implementation of file upload in connection with doctrine, as per the example on the symfony2 website tutorials. When my upload form encounters an error in validation, and sends ...
0
votes
0answers
13 views

Creating a WP attachment from Base64 encoded data on the client

I'm working on a plugin for WordPress that integrates with the OpenBadges.me Badge Designer. The API returns the new image as base64 encoded data to the browser. Somehow I need to send this to the ...
0
votes
1answer
13 views

How to create an auto-upload iOS picture app?

I am trying to create an app that automatically uploads a picture to my server. The idea is that a user creates a picture with the native/normal camera and my app gets a notification (catches the ...
0
votes
1answer
16 views

How to upload *.ipa in codeigniter

I using libraries upload of codeigniter. I have upload file *.ipa and i already add 'ipa' => 'application/x-itunes-ipa' to files mimes.php. In my localhost is Upload Oke. but when i upload to my ...
0
votes
1answer
20 views

Using jQuery ajax to upload file and form data with formData()

I want upload a file with jquery ajax and php using forData() with this code: var data = new FormData(); data.append('image',document.getElementById('uFile').files[0]); ...
1
vote
1answer
29 views

How to create an auto-upload Android picture app?

I am trying to create an app that automatically uploads a picture to my server. The idea is that a user creates a picture with the native/normal camera and my app gets a notification (catches the ...
0
votes
1answer
13 views

WordPress Plugin Development - How to re-upload/update plugin while developing, without deleting current version?

I just started developing plugins for WordPress (fun!) and am curious if there is a faster/better way to upload a new version of the plugin, without having to delete the current one first? I am not ...
0
votes
1answer
13 views

Upload Orchard Project to SVN

I'm new in Orchard I am building a simple website by Orchard with my friend. I need to upload my project to a SVN server (I'm using Team Foundation Service) so that my friend can get it. Then, I get a ...
0
votes
1answer
23 views

jQuery: Firefox doesn't show file select dialog on certain input[type=file] elements

Summary: I have several input[type=file]elements all across my web app, that do work well. Well, 99% of them work just fine, but just now, I ran into a case, where Firefox does not show the file ...
0
votes
0answers
22 views

how to image upload from server folders using php jquery

Is there any chance to upload images from my server folders? i mean if we place browse button in forms it will take images from my desktop(example) or from my system. but i need to give an option to ...
0
votes
1answer
18 views

Tracking upload progress of WebClient

So I am currently uploading files via a php script on my webserver using the following code: string file = "dp.jpg"; System.Net.WebClient Client = new System.Net.WebClient(); ...
0
votes
0answers
12 views

Removing a file before upload, using Filereader interface

I'm using File API's Filereader to create thumbnails of various images before upload. In addition to each thumbnail, a "delete" button is created, so the user can remove the non wanted images before ...
0
votes
0answers
16 views

c# PostedFile null

I have been searching all of the web material to find an answer but i couldn't so i'm here: I'm trying to let the user choose wich way he wants to input data, well behavior of page is ok, problem is ...
0
votes
0answers
8 views

Reading Upload Speed using AWS SDK .Net

I'm using .Net SDK with TransferUtility for uploading +1GB files to S3, using multipart uploads. Does anyone knows a way for reading transfer speed, also to calculate time remaining? Thanks! Martin
0
votes
0answers
17 views

Upload images via CSV data onto server

We have a site where users can add listings and they can optionally add images to these listings. Now we are working on a Excel bulk lister which spits out a formatted CSV file. However we're ...
0
votes
1answer
13 views

ios amazon s3 uploading video file

SOS, i need help. I did image uploading on to Amazon S3, and it's working fine, but when I rewrite this code for uploading video it's somethink wrong. Is uploading MOV file, but when i try to play it ...
-1
votes
0answers
24 views

How do a post a book to a personal website without having anyone able to download it? [closed]

How do I upload a book to a website? I work at a healthcare facility and there is a book written by the doctors that I want to put on the business' website(which I have control over). I converted the ...
0
votes
1answer
29 views

Codeigniter : mp4 video won't upload, no error

I'm creating a form to upload video file, but I have a strange error. My form is like this: <div style="color : red;"><?php echo $error;?></div> <?php echo ...
1
vote
2answers
20 views

Php image post into image field scripting

I'm struggling on letting the user upload and image to an image field on the HTML doc. When i test it, i can select which image to upload and then click "UPLOAD" but it doesn't go anywhere or go to ...
0
votes
0answers
26 views

How to upload a file in using using javascript to asp (c#) web service?

Any ideas how can I achieve this? So far here what I've I tried but I have no idea how to upload the file because only the file I can get, not including the path? HTML CODE: <p> ...
-1
votes
0answers
14 views

uploading image in base64 format.application crashes

i am trying to upload an image over the network, but my app keeps crashing in bw my code is package com.example.imgeup; import java.io.ByteArrayOutputStream; import java.io.File; import ...
0
votes
0answers
28 views

i have created a function chkimgtype() to chk image type in my class image upload but not giving expected result plase have look on it

i am trying to upload a image this script but my program get end on the chkimgtype() because it always returns false even i tried to upload the images of permitted type . i tried but coudn't able to ...
0
votes
0answers
28 views

PHP File Upload + ID from Form

i've put together a script and all seems well except for the actual upload of the file. Here is the php code that I have: <?php $allowedExts = array("gif", "jpeg", "jpg", "png"); $extension = ...
0
votes
1answer
18 views

EPiServer XForm - Attaching file to an email

I have been trying to follow this blog http://world.episerver.com/Blogs/Anders-Hattestad/Dates/2013/1/Upload-within-Xform/ The form upload works, however the file does not appear in the email, but is ...
0
votes
0answers
8 views

Cannot send a content-body with this verb-type (ProtocolViolationExeption) when image upload to ftp server

Cannot send a content-body with this verb-type (ProtocolViolationExeption) when image upload to ftp server.Code is attaching with this. private void UploadAlbumImageToFtpServer(string ...
0
votes
0answers
23 views

post text with file to server via google's http client

I need post text with file to my sever on android device.I am using Google's HTTP Client with the MultipartContent to achieve it but unsuccess. My code is below: MultipartContent multipart = new ...
0
votes
1answer
23 views

PHP file upload make it go to /var/www/images [closed]

I don't know how to make it go to /var/www/images Code: <?php $pass = "links"; session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
8 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
3answers
22 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
16 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
24 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
45 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
20 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
21 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
38 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
19 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
33 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
18 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
40 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"); ...
-1
votes
1answer
31 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
15 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 ...
1
vote
1answer
42 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
47 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
25 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
12 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
32 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 ...

1 2 3 4 5 110