Uploading files without input type=file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kapaun128611
Forum Newbie
Posts: 1
Joined: Thu Mar 12, 2009 11:27 pm

Uploading files without input type=file

Post by kapaun128611 »

I would like to know of any way, if possible, that a file can be uploaded without using the html tag input type=file.

I am in the process of planning for a project and I hit a little bump. I would like to create my on activeX control to select files and upload all files at once. This is going to be in much the same way Facebook uploads pictures. Would anyone know how this might be achievable?
Image
Image
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Uploading files without input type=file

Post by Benjamin »

Java
Post Reply