0
votes
2answers
23 views
iPhone + file upload control
Hello,
I have an application which uploads file from iPhone to web server.
Problem is that I want to give users a control like from which they can select the file / photo from th …
0
votes
1answer
19 views
php_uploadprogress wamp refresh information
Hi!
Did anyone used php_uploadprogress extension for wamp?
When i try to use it with jquery, only the fist is relevant, and all other request show an not-updated information.
T …
4
votes
1answer
35 views
Upload files using mobile broadband using standard browsers (not from phone)
My issue is trying to upload photos while using mobile broadband. (PHP)
The situation is -
1) I'm using a laptop that is connected to the internet using mobile broadband (t-mobil …
0
votes
2answers
37 views
PHP upload pics with space
Hello, please I need hep with the following.
I have an upload pictures form. I need to make sure that pics which contain spaces in name are replaced wiht something else, I guess i …
0
votes
1answer
69 views
jQuery Form Plugin + Ajax File Upload + Rails
I'm using the jQuery Form Plugin on a big ass form which includes some file fields. The back end is Ruby on Rails.
I'm having trouble getting Rails to recognize the POST request …
1
vote
3answers
39 views
What are the caveats with increasing max_post_size and upload_max_filesize?
I want to increase max_post_size and upload_max_filesize on my server so that my application will handle larger files (as large as 2gb). But before I do that, what are the caveats …
0
votes
1answer
35 views
php transfer variable to other page
Hi All: PHP :
I am trying to upload a file using php,and i need to pass a value like id or some thing with the from the upload form page to the file that have php code plz look at …
0
votes
1answer
15 views
Upload file suggested by microsoft doest work for me in CGI.
Hi all,
we would like to upload a .zip file in windows mobile to .cgi script running at server.
in desktop we have "Webclient.uploadfile" API, it does't support in winmo. do we ha …
1
vote
4answers
48 views
Limiting file upload type
Simple question. Is there a way to only allow txt files upon uploading? I've looked around and all I find is text/php, which allows PHP.
$uploaded_type=="text/php
2
votes
1answer
38 views
Why is the jquery multi upload plugin not uploading?
I am using the multi-upload plugin found at: http://www.fyneworks.com/jquery/multiple-file-upload/
This is what I am doing:
These steps will reproduce the problem:
Create a fil …
0
votes
1answer
34 views
Multiple file uploader - looking at Google Docs implementation
I'm looking to implement a multiple file uploader in my ASP.NET 3.5 site.
Now, the Google Docs multi-file uploader is pretty awesome, and I'd like to create something like that. …
0
votes
2answers
55 views
“CSRF verification failed” when attempting to upload a file or create a folder with filebrowser for Django
I have installed filebrowser for Django (not filebrowser3) and when I try to upload a file I recieve the following error:
403 Forbidden
CSRF verification failed. Request
…
0
votes
2answers
40 views
Need Fully Qualified Path From ‘Source’ Computer
Hi.
I am trying to get the full path from the client for files
that are submitted for upload.
I want something like:
C://this/is/your/file.jpg
But, when I try:
m_File = …
0
votes
5answers
76 views
PHP Memory Limit 25MB Exhausted - File Upload/Crop/Resize
I'm using a single image upload/crop/resize script for files up to 10MB.
When testing, I set php_ini memory limit to 25M and that is exhausted when uploading a file only about 1 …
13
votes
8answers
365 views
Best non-flash upload component for web applications?
Hi,
I would like recommendations for upload scripts/components. My criteria:
No flash
Plain Javascript ok, jquery ok
Must provide progress bar (updated from for instance ajax c …
