The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
26 views

lightweight jquery plugin for uploading + progressbar [closed]

i'm looking for a lightweight jquery plugin with the following features: lightweight fully costumizeable no flash (html5) / crossbrowser progressbar any ideas? i've tested several ones but the ...
-3
votes
0answers
16 views

Creating a professional photo contest [closed]

I want to create a professional photo contest, but don't know how. The main path is: a user registers (I expect about a thousand payng partecipants) the user pays a registration fee (via PayPal) the ...
-1
votes
1answer
32 views

Java file upload & rename with php

I'm trying to upload & rename a file from a java program. My java upload method: public void bestandUploaden(String oudeUrl, String nieuweNaam) throws ParseException, IOException { ...
0
votes
1answer
34 views

Keep having warnings when using Zend's Framework Rename Filter with multiple uploads

I'm having trouble when renaming a series of files to upload using Zend_File_Transfer_Adapter_Http. At some point in the code, I ran into a strange syntax. Say you have a series of validations on the ...
0
votes
0answers
22 views

Upload won't work after image_15 in PHP

I am a bit stumped as I have a piece of code that runs a loop: for($i=1; $i<=30; $i++) { if(!empty($_FILES['image_'.$i]['name'])) { copy($_FILES['image_'.$i]['tmp_name'], ...
0
votes
1answer
32 views

Is it possible fora user temporarily upload a file to heroku?

I want to upload monthly .xls sheets for my clients to download. It has come to my attention that heroku doesn't allow writing files. I don't want to use paperclip or S3 because the data is a tad ...
1
vote
2answers
72 views

Fixed size image upload using codeigniter, howto?

I am using the file uploading class in codeigniter and can successfully upload images. My question is how to go about making sure the user uploads an image of only a fixed size, 600px by 360px, ...
0
votes
0answers
82 views

multiple Image upload with resizing is not working in codeigniter

I am trying to upload and resize image in a loop with thumbnail in codeigniter framework.The problem is uploading and resizing the image works fine when i upload a single image in the form.when i ...
-1
votes
1answer
38 views

Is it possible to upload an application designed using Tumult Hype to the app store? [closed]

I've already designed an application using Tumult Hype. Is it possible to upload it to the App Store? If so, how? Please, if you can help I'd be thankful.
0
votes
3answers
202 views

Uploading audio files in php not saved in designated folder?

This is my form.php <form name="form" action="upload.php" method="post" enctype="multipart/form-data"> <?php $id=$_REQUEST['id1']; ?> <label>Category: ...
1
vote
2answers
73 views

Manage Titles when Uploading Multiple Images

It would be great if we could manage the titles of each image that we upload when uploading multiple images. This way I could select each image that I want to upload, title them, then hit the upload ...
0
votes
1answer
162 views

Hosting Asp.net web site with DataBase to hosting server

I have developed an e-comm web site in asp.net with sql server as a database. Now I want to upload that web site with DB to hosting server. This is my first web hosting and I don't know how to do it. ...
0
votes
0answers
19 views

WebService issue while using it in my code

In my ios 5 app, I need to post a recorded audio to facebook.For that I am using a php webservice to upload my audio.The input request of the service is an audio file in base 64 format and I have to ...
0
votes
0answers
43 views

carrierwave, unable to process image upload

I'm using carrierwave with rmagick I have a form to edit the avatar of a user, the problem is when I upload the image, it's not being saved. Also it's showing the path like ...
0
votes
1answer
402 views

how to call soap webservice with large xml file as a parameter in android java

I am successfully sending string and int to soap but not xml SOAPAction: "iReceiver/XPL-CIMS-iReceiver-RecordIssuesData" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope ...
0
votes
1answer
135 views

Trouble making a good ftp checking python program

Please bear with me. Its only been a week I started on python. Heres the problem: I want to connect to a FTP Server. Presuming the file structure on my ftp and local directory is same. I want my ...
0
votes
1answer
66 views

Cannot upload Ipython Notebook by drag and drop into DashBoard

I downloaded the tarball from this site. I selected all the notebooks in one directory and dragged them over to the IPython Notebook Dash. All of them appeared with an upload button and renaming ...
0
votes
2answers
373 views

Photo uploading using php into a Mysql database

i'm currently making a website for my final year university project, which requires a photo upload function. Currently when a user uploads a photo, the photo is stored in a folder in the remote ...
0
votes
0answers
47 views

Rails CSV db population

I have this scenario on which i need some design suggestions, maybe a little structure definition: I have a user that can upload a csv file and based on the contents of that file i have to populate ...
0
votes
1answer
73 views

Automatin Flash fileUploader using Selenium

in my test web page I have to upload a file, the uploader is flash based. I used AutoIT to upload the file but my problem is im unable to click that add button so that the upload dialogue box display ...
0
votes
0answers
33 views

What do I need to take into account when creating images using PHP? [closed]

I'm creating a site that hosts images. At the moment it saves the original upload image, and creates a thumbnail using PHP. These are stored outside of the root directory and are retrieved using a PHP ...
0
votes
1answer
79 views

Post file from Android app

I need to send a file from an Android application (200 - 500 kb). I have tried selected scripts, but these have returned errors. private void doFileUpload(String filename) { HttpURLConnection ...
0
votes
0answers
69 views

Image Uploading- php enctype_name

While uploading the image $config['encrypt_name'] = TRUE; the filename or the image name gets encrypted in the uploaded path/folder. But how can I retrive it? Can I store the encrypted name in the ...
-7
votes
1answer
114 views

How can i make an upload system for my website? [closed]

I am doing a website for my final year project. I have to provide file upload functionality. I want to be able to upload file in the background, and allow the user to still use the website.. go to ...
0
votes
3answers
100 views

How to add a prefix to a file before upload?

CMS (Modx Evolution) that I`m currently using has ability to print some informations into site (like date/username etc.). I want to use those functions to work with plupload. Is it possible to add a ...
0
votes
1answer
77 views

Error with web.py uploading <type 'exceptions.IOError'>

So i am following the web.py uploading and storing guide to test it out but i keep geting a error stating that [Errno 2] No such file or directory :< help this is my code import web urls = ...
3
votes
1answer
475 views

Mediafire API PHP Development

I found mediafire API few days ago. http://developers.mediafire.com and I search over the internet is there anyway to make a web app for upload files to mediafire account using API. Unfortunately I ...
0
votes
0answers
354 views

ASP File Uploader Resize Photos durning upload?

I have found this code from the FreeASPUploader website. It doest everything that I need it to do from the iPhone 6.0.1. The iphone opens the page within a FileMaker Go Database on the iphone and I am ...
0
votes
2answers
328 views

youtube browser based uploader yt:authentication Unknown

I had used my php AP for uploading youtube videos for 2 days, All worked just fine. But yesterday and today, I get this error when trying to upload videos to my youtube account. yt:authentication ...
0
votes
2answers
347 views

uploading large file using ftpwebrequest upload wont complete

My software i designed uploads files using ftp to my sever I'm using the ftpwebrequest to do all uploading. When uploading a file 700mb it uploads about 500mbs then stops, it works fine when uploading ...
1
vote
1answer
254 views

uploading video from app to youTube iphone sdk

I am tring to uplosd a video taken in my app to YouTube. I have linked the title, the usename , the password, the path to the movie, its length, keywords, and the catagories along with my app key. ...
0
votes
0answers
28 views

php: how to set up server structure for fileupload

currently i'm having 2 win 2008 r2 machines: machine 1: webserver running on iis .. url: myserver.com machine 2: videoserver (= video webspace) - no iis - streaming url: videos.myserver.com i would ...
0
votes
1answer
244 views

Windows Server 2008 R2: upload limit

i'm running php on my win 2008 r2 server and i'm experiencing problems when uploading files bigger than 1MB. i've already checked the limits in my php.ini - and restarted the server but it didn't ...
0
votes
1answer
230 views

Uploading picture in Div using sencha touch

I am working on sencha from last 20 days or so i have learnt a lot , I have got access to device camera and capturing photo using that camera but the problem is that i want to show that captured image ...
0
votes
0answers
86 views

Text overlay on video using .NET framewrok

We are trying to find library/components available in .Net framework stack that will help in developing application which can Process any format (wmv,mp4, h264) video as an input Overlay text on the ...
0
votes
2answers
630 views

How to use AsyncTask while file uploading to a ftp server

I use FTPClient for uploading a file (selected by user) to my FTPServer. And that code for uploading is working. :) But when I add the AsyncTask for an "Uploading..." dialog, which shows to the user ...
-1
votes
2answers
96 views

Uploading images from html file [closed]

I Need Php/Javascript Code That Make uploading images from html file ; Just I Past The Html file and press upload ; all images upload and give me the links , can u help me ??.
0
votes
2answers
133 views

How to name uploaded image files with PHP?

I would like to change the code on my php uploading page so it uploaded photos with sequential numbering 1.jpg 2.jpg 3.jpg... 9999999.jpg I want to name images in an ascending order starting with 1 ...
0
votes
1answer
76 views

Uploading & Storing audio files

We are in the stage of designing our audio application, and we need to support uploading audio files from desktop applications to a cloud server, and also playing those audio files in the desktop ...
0
votes
2answers
334 views

Xcode 4.5 iOS 6 error uploading to itunes

I have recently upgraded to XCode 4.5 and have been trying to release a new version of my app. I went to the itunes connect portal and prepared it for upload. I changed the version numbers in my ...
1
vote
2answers
266 views

can i convert ArrayBuffer to string?

I am working on html5 uploading script. I want md5 hash for every chunk of file stream. here is I am using FileReader for reading stream but when I pass reader result to base64 class I got exception. ...
1
vote
0answers
160 views

video upload using php [closed]

i want to build a site which allows my users to upload videos. the video files sould be rather large - about 300 mb - i'm running php on a win 2008 server. what's the optimal component / plugin / ...
0
votes
1answer
283 views

file uploading issue in joomla, path and permissions are correct

Hi all I put some code in joomla file and I am facing an issue where destination path and the folder permissions are correct though the file is not uploading here is the code $avatar_file = ...
2
votes
1answer
659 views

Application not getting installed on emulator: warning: opening audio input failed

I created a 'hello' project. I didn't change anything about the default template generated by eclipse. Then I ran the application. I didn't get any error. However, the application isn't being ...
0
votes
2answers
266 views

image is not uploading even though changing in php.ini file

I have increased the value of my php.ini file in my VPS then I have restarted my server + restarted service. Still it is not upload the more than 5 MB. I am using following code for uploading . I am ...
0
votes
1answer
93 views

Heroku server upload

Hi Everyone is it possible to upload data(images, videos, text) to heroku server via android. I am creating an app for android in which i want to put the functionality of uploading data to heroku. Is ...
0
votes
1answer
115 views

Android: uploading pictures to any website [closed]

With regard to photo's in an Android Gallery, the basic upload functions are already built into Android via Share. But what if I want to "share" with my own website gallery? Where can I read up on ...
3
votes
0answers
849 views

Creating progress bar for uploading files using jquery and ajax

I'd like to create a progress bar for uploading files using jquery and ajax. so i wrote following jquery code. function updateProgress(evt) { // evt is an ProgressEvent. if ...
0
votes
2answers
145 views

Up to date secure PHP image uploading

I need to implement a secure PHP file upload script. What current methods are you using to ensure that your script is secure? I will be whitelisting allowed extensions, and ensuring that Apache is ...
0
votes
0answers
230 views

Sinatra + Paperclip; uploaded images have no extension

When uploading images Paperclip is saving files wo/ extensions. I'm using ActiveRecord photo.rb (model): require "sinatra" class Photo < ActiveRecord::Base include Paperclip::Glue ...

1 2 3 4 5