Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-17-2012, 11:13 AM   PM User | #1
yossidd
New Coder

 
Join Date: Jul 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
yossidd is an unknown quantity at this point
multy upload withput flash?

hi
i want add to my site multy upload like here
http://demo.swfupload.org/v250beta3/...demo/index.php
SIMPLE....
but i want that the user will can to use multy upload from her smartphone
and the problem it that all the multy upload (with php) work with flash....
and iphone not work with flash
what can i do??(ask from the user to upload one file after one filr it is not good because they need to upload many file)
i will happy to help
thank!
yossidd is offline   Reply With Quote
Old 07-17-2012, 02:24 PM   PM User | #2
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,904
Thanks: 5
Thanked 79 Times in 78 Posts
firepages will become famous soon enough
you can do multiple file uploads with plain HTML/PHP

File 1 <input type="file" name="upfile[]" />
File 2 <input type="file" name="upfile[]" />
File 3 <input type="file" name="upfile[]" />

on the receiving end print_r($_FILES); to see where to go next, also checkout the manual for is_uploaded_file() and move_uploaded_file()
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Old 07-17-2012, 03:13 PM   PM User | #3
Keleth
Senior Coder

 
Join Date: Jun 2008
Location: New Jersey
Posts: 2,354
Thanks: 45
Thanked 247 Times in 244 Posts
Keleth is on a distinguished road
There are a few multi-upload functions that work with JS, but they require HTML5 browsers to not use flash. If you're looking for cross browser support including legacy browsers, multi-file upload (in the clean, flash-like sense) is not an option. firepages recommendation of multiple file inputs is your only choice.
Keleth is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:25 PM.


Advertisement
Log in to turn off these ads.