Home > Article > Web Front-end > How to upload pictures on Ipad2? _html/css_WEB-ITnose
When browsing the web and uploading avatars on Ipad2, I cannot select the file to upload. It is said that Ipad does not support popup. Is there any other better way? I hope an expert can give me some advice. Thank you!
I have never used ipad before
Is there no one making an application in this area?
Haha, I have been developing iPhone for several years. Safari browser blocks the type=file in the form, and does not support flash. Therefore, iPhone and iPad cannot directly upload images through the browser. They must To make a local native client, get a Mac and write the client in obj-c to have the function of uploading pictures
To q344617263:
What do you mean, if you need to upload pictures If so, do you still have to write a client and embed it into the web program?
To q344617263:
Do you mean that if you need to upload pictures, you have to write a client and embed it into the web program?
The client on ios is equivalent to the .exe file under Windows. It does not need to rely on the browser and runs independently
The client can obtain images and post the image content to Your server will receive the specified url, and then the rest of the work is up to your server
Quoting the reply from hp890226 on the 4th floor:
To q344617263:
Do you mean that if you need to upload pictures, you have to write a client and embed it into the web program?
The client on ios is equivalent to the .exe file under Windows. It does not need to rely on the browser and runs independently
The client can obtain pictures and save pictures Post the content to the specified URL of your server, and your server will receive it, and then the rest of the work is your server's business
Apart from this method, is there no other better solution?
Quoting the reply from q344617263 on the 5th floor:
Quoting the reply from hp890226 on the 4th floor:
To q344617263:
What do you mean if you need to upload pictures? Do you still have to write a client and embed it into the web program?
The client on ios is equivalent to the .exe file under Windows. It does not need to rely on the browser and runs independently
The client can obtain pictures and save pictures Post the content to the specified URL of your server, and your server will receive it...
There is no better way. If you want to upload pictures, you can only make a client
I also encountered this problem .
I have this problem too.
We can only develop another application. There is no other way. We are developing this application now