Reputation: 8509
I'm just wondering is that even possible using forms and PHP? Thanks.
Upvotes: 0
Views: 57
Reputation: 15735
Forms can't be submitted to more locations than one, but is you absolutely need to do that, you could create an AJAX uploader to handle it.
Upvotes: 1
Reputation: 318508
No. A single form can only be submitted to one location. However, the PHP script could then upload it to another location.
Upvotes: 1